Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OTBI Deeplink for Invoice view

Hi All,
We are trying to add deep link in an OTBI report.
Subject Area: Payable Invoices - Transaction Real time
Columns: Invoice Number, Invoice ID from general information.
We are trying to call below Action Link in Invoice ID values as below:
The same link in BIP report template ,once mapped works fine and open exact invoice in View mode.
However, same doesn't work in OTBI. OTBI it is opening a blank page everytime.
Is there anything else needs to be passed in OTBI?
Regards,
Sandipan
Answers
-
Hi,
Are you using the same user? Does your user have the required role with privileges to go to this page to view a payables transacction. Does the link work if you just cut paste it into a browser for this user?
For comparison here is my known good version we have on our custom dashboard. Looks same to me.
We are using relative link so it works on all any environment but I do not think that makes a difference.
https:/../fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=InvoiceId=@{3}
1 = AP_VIEWINVOICE
2 = VIEW
3 = "General Information"."Invoice ID" from "Payables Invoices - Transactions Real Time"
0 -
Hi Nathan,
Thanks for the details.
Per our security team, the user has right roles and same user can access same link via BIP report.
Additionally, I did try copy pasting the url, it didn't work and shows blank response.Regards,
Sandipan
0 -
Hi Sandipan, What function privilege in which role did your security team tell you was required to go to this page? What data security have was implemented for this transaction on page Manage Data access for Users? If the link does not work in a users browser then assume your security team have not understood what privilege in a role is required by that user to go to this page or what data security is required for that transaction. A blank page is the expected result for users who do not have the required privileges for the target page or do not have the required data security for that transaction.
0