DrillDown/DeepLinks in OTBI
•Deep Links are URL links that can be distributed outside of Fusion Applications and allow users to open pages without navigating through a menu structure.
•In order to see a complete list of the available Deep Links, use the Deep Links work area (Navigator > Tools > Deeps Links) within Fusion Applications.
•In order to access this work area, you will need to have the View Administration Link (FND_VIEW_ADMIN_LINK_PRIV) privilege.
•URL Pattern of Deep Links
•https://<pod-name>/fndSetup/faces/deeplink?objType=<objID>&objKey=<name1=value1;name2=value2>&action=<action>&returnApp=<returnappURL>&returnAppParams=<returnAppParameter>
Parameter | Description | Example of Parameter Values |
pod-name | The host name. | pod.oraclecloud.com |
objType | The object type, such as work areas. | SUPPLIER |
objKey | The object identifier. | SupplierNumber |
action | The action that users can do on the page that the URL opens up, for example to edit something. •If you don’t add any value for the action parameter, this value is considered as NONE by default. •So users will be taken to a high-level page, such as an overview page or a search page. •If the value you added for the action parameter doesn’t match with any action on the UI, or the user doesn’t have the privileges to access that action, they will be taken to a high-level page. | NONE VIEW CREATE EDIT |
returnAppURL | The application URL where users will be automatically redirected to when they try to return to the previous page, or after they complete their task. If you’re using a third party URL, make sure the application name is registered using the Manage Integration of Additional Applications page in the Setup and Maintenance work area. | MyOracle |
returnAppParams | Parameters for the return application URL. | type=photo |
View AP Invoice
Action | Target Page in Fusion Apps | URL Format | Parameters |
View | Manage Invoices in View Mode | https://hostname/fscmUI/faces/ deeplink? objType=@{1}&action=@{2}&o bjKey=InvoiceId=@{3} | AP_VIEWINVOICE VIEW Invoice ID |
https://fa-eudu-saasfademo1.ds-fa.oraclepdemos.com/fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=InvoiceId=@{3} |
Edit/View GL Journal
Action | Target Page in Fusion Apps | URL Format | Parameters |
EDIT | Edit Journal | https://hostname/fscmUI/faces/ deeplink?objType=@{1}&action =@{2}&objKey=jeBatchId=@{3} ;jeHeaderId=@{4} | GL_EDITJOURNAL EDIT Journal Batch ID Journal Header ID |
https://fa-eudu-saasfademo1.ds-fa.oraclepdemos.com/fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=jeBatchId=@{3};jeHeaderId=@{4} |
Comments |0|
Category: OTBI