Hi all..
I have a request from my customer to create a link to another apex application in the same workspace inside a display only item (NOT a button, why I don't fully know).
I have been experimenting with prepare_url but have run into issue of using the app alias versus the app id in coding.
I am building the link inside a select that builds values for page items, here is the portion of code I am trying to do:
<a href="'||apex_util.prepare_url(p_url => 'f?p=TOP-SCREEN:9:'||v('APP_SESSION')||'::P9_FS_ID:::',p_checksum_type => 'SESSION')|| '</a>'
I have set the column to NOT escape special characters but am not getting the link that I would expect.
Can anyone offer up a suggestion?
Thank you!
Tony Miller
Los Alamos, NM