Assign the Input Parameter to objectId
Define how the Manage Orders page will pass the parameter to the objectId input
parameter.
- Start configuring the action chain properties.
- Go to the manage-orders page and click the Actions subtab.
- From the action chains list, select
EditOrderSpSecondaryActionChain. The action chain opens in the editor.
-
In the editor, click the Navigate to Page action.
-
In the Properties pane, Parameters objectId field, enter the variable for the OrderId,
{{current.data.OrderId}}
.
- Go to the Live view of the Manage Orders page.
- 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.
- Close the manage-orders, edit-order and appUI_bundle tabs.
Proceed to the Hands-on: Dashboard Landing Page tutorial.