How You Manage Deep Links for Oracle Maintenance

Use deep links to open pages without navigating through the menu structure. When you add deep links to a business intelligence report or a company website, users can simply click those links to go directly to the application pages they need to use, without any additional clicks or navigation. You can find all of the available deep links in the Deep Links work area. Some deep links, such as those assigned the None action, are ready to use as is. Other deep links, such as those assigned the View action, require you to edit the link details before you can use them.

Using Deep Links for Maintenance

This table lists the objects that help you use deep links.

Object

Description

Enterprise Asset (ORA_MNT_ASSET,EDIT)

Opens a specific enterprise asset on the Edit Asset page by passing the Asset ID and Asset Number.

Example URL:

https://<environment_name>fndSetup/faces/deeplink?objType=ORA_MNT_ASSET&action=EDIT&objKey=assetId=300100214195372;assetNumber=ALM_ENT_ASSET_1

This link should be used for enterprise asset navigation from an OTBI analysis and for all assets if navigating from Application Composer enabled or configured page.

If you only have the View Asset privilege, then you will be presented the Edit Asset page in View mode.

Customer Asset (ORA_CSE_ASSET,EDIT)

Opens a specific customer asset on the Edit Asset page by passing the Asset ID and Asset Number in a Customer Asset OTBI analysis only.

Example URL:

https://<environment_name>fndSetup/faces/deeplink?objType=ORA_CSE_ASSET&action=EDIT&objKey=assetId=300100214195372;assetNumber=ALM_CUSTOMER_ASSET_1

If you only have the View Asset privilege, then you will be presented the Edit Asset page in View mode.

Work Order (ORA_MNT_WORK_ORDER,EDIT)

Opens a specific work order on the Edit Work Order page by passing the Work Order ID.

Example URL:

https://<environment_name>fndSetup/faces/deeplink?objType=ORA_WORK_ORDER&action=EDIT&objKey=workOrderId=300100216276341

Work Order (ORA_MNT_WORK_ORDER,VIEW)

Opens a specific work order on the View Work Order page by passing the Work Order ID.

Example URL:

https://<environment_name>fndSetup/faces/deeplink?objType=ORA_WORK_ORDER&action=VIEW&objKey=workOrderId=300100216276341

For information about deep links, refer to the Implementing Common Features for SCM guide, and more information about deep links in OTBI, refer to the Reports and Analytics chapter of the Using Maintenance guide.