External Page Linking From Manage Item Quantities

You can dynamically pass attributes to link to an external page form the Manage Item Quantities page.

Overview

Use Page Composer to insert a link on the Manage Item Quantities page and pass attributes like organization, item, and lot into the link. For example, using the item, lot, and serial number details returned from your search on the Manage Item Quantities page, you can insert a link that takes you directly to another page within Oracle Fusion Cloud Inventory Management or to a page within an external execution system.

On the Manage Item Quantities page, the lot link displays above the lot node. You can click the link to navigate to the Manage Lots page or to a page within an external execution system. This link is useful when you want to view additional details for the lot or edit lot-related information.

Note: If you want to link to an external execution system, the attributes you use for navigation must already support deep links.

Example

External linking helps you quickly move from viewing item availability on the Manage Item Quantities page to taking specific actions on another page. For example, let's say there's a quality issue with a specific lot, and you want to ensure that goods from that lot aren't used. First, you can confirm that there's on-hand quantity for the lot on the Manage Item Quantities page. Then, using the new link you created on that page, you can immediately go to the Manage Lots page to change the lot's material status to ensure goods from that lot aren't used.

Steps

Complete these steps to configure an external link from the Manage Item Quantities page.

First, configure a sandbox in Page Composer.

  1. From the Navigation menu, select Configuration > Sandboxes.

  2. On the Sandboxes page, click the Create Sandbox button.

  3. Enter a Sandbox Name and Description.

  4. Select the Page Composer check box from the All Tools list.

  5. Click the Create and Enter button.

Now you can set up the external link on the Manage Item Quantities page.

  1. From the Inventory Management work area, select Manage Item Quantities from the task panel.

  2. Click Tools > Page Composer.

  3. Click the Structure tab.

  4. Select the Item column.

  5. Select column: Item and click Add.

  6. Select Components and click Open.

  7. Click Add for the Hyperlink content page.

  8. On the Component Properties: Hyperlink page, enter the hyperlink component properties.

    This table describes the hyperlink component properties:

    Attribute

    Value

    Comments

    Destination

    https://<pod-name>/fndSetup/faces/deeplink?objType=<>&action=<action>&objKey=<name1=value1;name2=value2...>&returnApp=<>.....&returnAppParams=<>

    Follow the deep link URL pattern shown in the Value column. You can manage lots with expressions for the lot number, item number, and organization ID.

    Disabled

    #{bindings.LotNumber.inputValue == null}

    N/A

    Partial Triggers

    ::::q1 ::::ATT1:_ATTp:tt1

    Triggers the link with respect to the query and value in the table.

    Target Frame

    _blank

    Launches the hyperlink in a new browser

    Text

    #{InvMaterialAvailabilityGenBundle['AltTxt.Lot1']}

    #{bindings.LotNumber.inputValue} : #{ResourcesGenBundle['Header.Details']}

    N/A

    Visible

    #{node.NodeType == 'Lot'}

    Use the expression #{node.NodeType == 'Lot'} to display the link only for the lot node.

  9. Click Ok.