One of your ideas has been delivered from your suggestion.Project Plan Details Drill Down Using Deep Links

Navigate to project work plan details using deep links. A deep link is a URL to open a page without browsing through the application menu structure. For example, drill down from an Oracle Transactional Business Intelligence report to gate details on the Manage Project Plan page. Similarly, navigate to task details or task-level work items on the View Project Plan or the Manage Project Plan pages. This seamless navigation enables project managers and team collaborators to quickly navigate to the application interfaces from their reports, analysis, or any custom solutions, thus improving efficiency by saving time and leading to a more user-friendly experience.

For example, as a project manager working on an analysis, to enable navigation to the gate details of a task in the context of Manage Project Plan from an existing report, follow the steps given below:

  • Open the existing report, go to column settings, navigate to Interaction tab of the column from which you want to drill down.

Navigate to task details from an existing report

Navigation to task details from an existing report

  • Select Value section and choose Action Links.
  • Click the Add New Action Link Icon. In the dialog popup that appears, click the Create New Action link and select Navigate to a Web Page from the list that appears.
  • Use the link: "<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=projectId=@{2};taskID=@{3}&action=@{4}".
  • Click on define parameters, enable Fixed, and add the following values:
    1. Object Type: PROJECT_MANAGEMENT
    2. Object Key: "Project"."Project Key"
    3. taskID: "Task"."Task Key"
    4. Action: NONE

Manage Project Plan task details parameters setup

Manage Project Plan task details parameters setup

  • Save and close. Click results of the report and open the link for the selected task. If the task is a gate, the deep link will navigate to the gate details tab in the task details dialog window.

Navigation to gate details from an OTBI report

Navigation to gate details from an OTBI report

The list of deep links delivered is as follows:

Usecase Link Parameters

Manage Project Plan

Task Details/Deliverables

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=projectId=@{3};taskID=@{4}&action=@{2}

  1. PROJECT_MANAGEMENT
  2. NONE
  3. Project ID
  4. Task ID

Manage Project Plan

Gate Details

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=projectId=@{3};taskID=@{4}&action=@{2}

  1. PROJECT_MANAGEMENT
  2. NONE
  3. Project ID
  4. Task ID

Manage Project Plan

Task Work Items

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=projectId=@{3};taskID=@{4};workItemID=@{5}&action=@{2}

  1. PROJECT_MANAGEMENT
  2. NONE
  3. Project ID
  4. Task ID
  5. Work Item ID

View Project Plan

Task Details/Deliverables

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=projectId=@{3};taskID=@{4}&action=@{2}

  1. PROJECT_MANAGEMENT
  2. VIEW_ONLY_PLAN
  3. Project ID
  4. Task ID

View Project Plan

Gate Details

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=projectId=@{3};taskID=@{4}&action=@{2}

  1. PROJECT_MANAGEMENT
  2. VIEW_ONLY_PLAN
  3. Project ID
  4. Task ID

View Project Plan

Task Work Items

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=projectId=@{3};taskID=@{4};workItemID=@{5}&action=@{2}

  1. PROJECT_MANAGEMENT
  2. VIEW_ONLY_PLAN
  3. Project ID
  4. Task ID
  5. Work Item ID

My Projects

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=flowKey=MPL&action=@{2}
  1. PROJECT_MANAGEMENT
  2. MY_PROJECTS

View Projects

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=fromDeepLinking=Y&action=@{2}
  1. PROJECT_MANAGEMENT
  2. VIEW_PROJECTS

Manage Project Resources page from the Project Financial Management Work Area

<hostName>/fscmUI/faces/deeplink?objType=@{1}&objKey=ProjectId=@{3}&action=@{2}
  1. PROJECT
  2. MANAGE_PROJECT_RESOURCES
  3. Project ID

The business benefit is quick access to task details, deliverables, work items and gate details in Manage Project Plan and View Project Plan pages, without having to navigate manually, thus improving efficiency.

Steps to Enable

You don't need to do anything to enable this feature.

Tips And Considerations

  • Deliverables navigation
    1. If you want to drill down to Task Deliverables tab under the Task Details dialog window, use the Task Details deep link, which navigates the user to Task Details and select Deliverables tab.
    2. If you want to drill down to Task Deliverables in the context of work items, use the Task Work Items deep link, which navigates the user to Task Work Items dialog window.
    3. If you want edit a Deliverable within the My Work area, use the existing Edit Deliverable deep link on Deep Links for Project Management.
  • When initiating a deep link from an OTBI report, edit the data format of the Project ID and Task ID to a custom value of ###0### to ensure format compatibility.

Key Resources

Access Requirements

No new access requirements. You can navigate using the deep links if you have the appropriate functional or data security to access to the target pages.