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!

Dynamic action - Stop execution

partlycloudyJun 16 2011 — edited Jun 17 2011
Apex 4.0.2

The builtin Confirm function in a Dynamic action's TRUE/FALSE execution sequence serves to display the specified message and if Cancel is clicked on the popup dialog box, further steps in the DA are not fired.

Unfortunately, the Text allowed for the Confirm box is static text, it does not support variables/functions so we can incorporate some more context in order to help the user make an informed decision (OK or Cancel).

We can use the Execute Javascript code to manually construct the message and show it using the confirm() function but is there a way to cancel/continue the rest of the DA depending on the answer?

Thanks
This post has been answered by Richard Martens on Jun 17 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2011
Added on Jun 16 2011
6 comments
3,537 views