Hello Dears,
I am trying to generate a URL to be sent in an email or pulled by other software solutions to redirect the user to an APEX page in my solution.
I have tried using APEX_PAGE.GET_URL and APEX_UTIL.PREPARE_URL functions, but what I get is usable only within my application; once it is sent outside, it's not working properly.
Has anyone faced a similar issue before, or have a solution for it?
Thanks in advance.