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