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!

Redirect to page after dynamic action completes

PhilMan2Jun 24 2020 — edited Jun 26 2020

Hello,

I'm using Apex 19.1 on an Oracle 18.C database.

I have a page with a Delete button on it. 

I created a dynamic action with a "True" action that deletes appropriate rows in a child table and then then the appropriate row in the parent table.  I have the Wait For Result option set to Yes.

The PL/SQL code works fine.

Next, I need to have the dynamic action redirect the user to the page from which the current page was called.  That value is stored in a hidden page item (&P38_FROM_PAGE). 

When I create a second "True" action, there is no option in the Action listing to Redirect or to Submit the page.  

How do I redirect to page &P38_FROM_PAGE after an action is completed?

Thanks for your help.

This post has been answered by jacknomiz on Jun 25 2020
Jump to Answer
Comments
Post Details
Added on Jun 24 2020
5 comments
18,231 views