Dynamic action - Stop execution
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