Version: 20.2
Hello,
I found this post: https://community.oracle.com/tech/developers/discussion/3698556/is-there-a-way-to-call-oracle-reports-from-apex-without-including-username-password-in-url-or-in-cgi
but it's from 2015.
We're in version 20.2 and I'm trying to find how to construct the URL without having the username and password passed in the URL.
I'm currently using a Dynamic Action calling APEX_UTIL.REDIRECT so I can run validations prior to calling the report. So I have the first TRUE action with a SUBMIT to execute the validations and then the second TRUE action with the REDIRECT api.
Can someone help with a more current method, if it exists, with constructing the URL?
Thanks,
Joe