Assign the Input Parameter to objectId

Define how the Manage Orders page will pass the parameter to the objectId input parameter.
  1. Start configuring the action chain properties.
    1. Go to the manage-orders page and click the Actions subtab.
    2. From the action chains list, select EditOrderSpSecondaryActionChain.
      The action chain opens in the editor.
      The manage-orders page Actions tab displays with EditOrderSpSecondaryActionChain outlined in red.
    3. In the editor, click the Navigate to Page action.
      The action chain diagram displays with the Navigate to Page action selected.
    4. In the Properties pane, Parameters objectId field, enter the variable for the OrderId, {{current.data.OrderId}}.


      The Properties pane displays with $variables.current.data.OrderId entered in the ojectId field under Parameters.
  2. Go to the Live view of the Manage Orders page.
  3. Make a note of an order number and click the Edit (pencil) icon of that order to open the Edit Order page.
    The Edit Order page is pre-populated to match the orderId of the order you clicked from the Manage Orders page.
    The Edit Order is shown in the browser Preview with a selected order displayed for editing.
  4. Close the manage-orders, edit-order and appUI_bundle tabs.

Proceed to the Hands-on: Dashboard Landing Page tutorial.