Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

End subsequent processes when a prior process with exception raised

Steven.May 28 2022 — edited May 28 2022

My use case is there are multiple processes for a save action after page submit. When a process raised exception, I would like to skip subsequent processes and show error message and don’t close the form. How the config to do so? Thanks.

This post has been answered by fac586 on May 29 2022
Jump to Answer

Comments

Murali Pasumarti

You are almost there, try the below,

Equals(Integer,PropValue(Core.Children),0)

(Or) you can execute a Query with #Children Equal 0.

1 - 1

Post Details

Added on May 28 2022
3 comments
308 views