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!

How to construct a Dynamic Action Alert to drive the execution of a process

PaulPAug 25 2011 — edited Sep 6 2011
I'd like to implement the conditional execution of a process using the return from an alert (OK, Cancel) but implemented using a Dynamic Action.
I've successfully implemented it using this example below from the forum but I'd like to do the same using a Dynamic Action:

ON BUTTON
Action Redirect to URL
URL Target will house your JavaScript, something like this:

javascript:confirmDelete('Are you sure you want to perform this action?','APPLY');

Within your Page Process PL/SQL anonymous block set the

Condition Type: Request = Expression 1
Expression 1: APPLY

thanks in advance
Paul P
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2011
Added on Aug 25 2011
9 comments
594 views