Assign the ObjectId Variable to an Input Parameter
For editing an order, the Edit Order page needs to know the order to display on the page. You can use an input parameter to pass this information to the page. The Simple Create and Edit Page Template Pattern component creates an objectId variable to map to the input parameter.
- Select the variable to be used as the input parameter.
- In the edit-order page, click the Variables subtab.
- In the Variables section, select objectId.
- In the Properties pane, Input Parameter field, select Required.
- Select the Pass on URL check box.
- Set a default objectId parameter for testing.
- Click the Page Designer subtab.
- On the toolbar, click the Page Input Parameters
(right-facing arrow in parentheses) icon.
- In the Page Input Parameters dialog box, objectId field, enter 999983.
- Click Set Parameters.