Redwood: Manage Deep Links to Planning Pages and Visualizations
A deep link enables you to drill down into a specific page in the Oracle Fusion Cloud application. For example, you may want to see the plan to view the plan to understand the details of demand-at-risk that has been flagged in a business analytics application. You can now configure a deep link that enables you to drill down to the demand fulfillments page in Oracle Fusion Cloud Supply Chain Planning. This brings about an incremental change in the ability to use Supply Chain Planning in the context of various applications and functionality such as AI agents.
When navigating to the Redwood Supply Chain Planning work area, you can provide either the name or the corresponding ID for the following parameters:
- Plan Name or Plan ID
- Page Name or Page ID
- Page Group Name or Page Group ID
- Visualization Name or Visualization ID
If you do not specify a Page, Page Group, or Visualization as a parameter, the system opens the last used Page Group by default. If you specify a Page or Visualization along with a Page Group, the system opens the specified Page Group with the provided Page or Visualization set as the active landing tab.
A deep link URL for accessing this feature consists of two parts:
- Base URL: Provides the host information.
- Object key values: The object key values consist of plan and following parameters:
- startPlan or startPlanId
- startPage or startPageId
- startPageGroup or startPageGroupId
- startViz or startVizId
For example:
https://< hostname>/fscmUI/redwood/supply-chain-planning/scp-workarea?startPlanId=300100549589445&startPageGroupId=5007&startViz=Items
Space between the parameter name is accepted by the deep link URL.
Steps to Enable and Configure
Use the Opt In UI to enable this feature. For instructions, refer to the Optional Uptake of New Features section of this document.
Offering: Supply Chain Planning
Tips And Considerations
If you want to use the Redwood: Manage Deep Links to Planning Pages and Visualizations feature, then you must opt in to its parent feature: Order Backlog Management. If you’ve already opted in to this parent feature, then you don’t have to opt in again.
It’s recommended to use parameter or object IDs instead of names, as IDs remain consistent even if the corresponding parameter or object is renamed.
You can retrieve these parameters or object IDs by querying the relevant database tables for the specific parameters.
- Plan Id: msc_plan_definitions
- Page or Page group: msc_metadata_objects_vl
- Visualization: msc_table_graph_options_vl & msc_workarea_task_flows_vl
Access Requirements
Users who are assigned a configured job role that contains these privileges can access this feature:
- Monitor Demand and Supply Planning Work Area (MSC_MONITOR_DEMAND_AND_SUPPLY_PLANNING_WORK_AREA_PRIV)
- Monitor Supply Planning Work Area (MSC_MONITOR_SUPPLY_PLANNING_WORK_AREA_PRIV)
This privilege was available prior to this update.