Deep link for changes failed to navigate to open up the correct page. BI Publisher Report
I have created a deep link for the Change Order in my report, but the URL opens a blank page and does not work as expected.
I tested it by hardcoding a Change ID, but even then, the link does not work when opened in a browser.
Here is the URL I am using:
https://egbp-test.fa.us6.oraclecloud.com/fscmUI/faces/deeplink?objType=CHANGES&action=EDIT&objKey=changeObjectId={CHANGE_ID}
CHANGE_ID
is the column that stores the unique key in the database which is coming from EGO_ENGINEERING_CHANGES_B Table. Can you please tell me why the link is broken and how to make this a dynamic link instead of putting a hard code value?
0