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 another app AND pass along page items and values.

Scott V - STLMar 31 2017 — edited Apr 11 2017

I have an application that is linked to externally via emails or HTML in other applications (not APEX apps).  I also have being using "versioning" of my apex app in which app #123 can be redirected to the latest version of the app, e.g., app # 234.

I have 'deep linking' enabled so that the outside references can pull up specific information on interactive reports or forms by passing page item variables and values.

Unfortunately, when I redirect app # 123 by setting Status to "Unavailable (Redirect to URL)" and set "Message for Unavailable Application" to f?p=234, all the information in the URL gets wiped out and I can't go to the page number I want.  It just redirects to page 1.

Specifically, I have a link like this:

http://<server>:7070/apex/f?p=123:3::::3,RIR:IRC_JOB_NAME:ACPJ020

App 123's Status is set to "Unavailable (Redirect to URL)"

Message for Unavailable Application is set to "f?p=234"

Is there a way to preserve the information after the Page # in the URL above, so that after being redirected to app # 234, the URL would look like this:

http://<server>:7070/apex/f?p=234:3::::3,RIR:IRC_JOB_NAME:ACPJ020

Instead of:

http://<server>:7070/apex/f?p=234

This post has been answered by Jeffrey Kemp on Apr 4 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2017
Added on Mar 31 2017
2 comments
15,040 views