This section shows how to link the update application (updateOrder) with the customer order application (customerOrder). This link enables you to update or edit some of the values in the customerOrder list when it is deployed to a mobile device. In this case, the Quantity variable is set to “update” in updateOrder, so the Quantity column can be updated.
Creating a link to the update application
In Mobile Web Studio, select Applications in the left pane, and Approved in the Application Builder Status menu.
Select customerOrder in the detail pane and click Edit.
In Application Builder, click Properties. The Properties editor displays.
In Properties editor, make these changes; accept the defaults for all other fields:
Linked Applications – identify the application to which to link by clicking the Add button to launch the Find Application window.
On the Find Application window, click Search to locate and select updateOrder, and click Add. The Find Application window closes and updateOrder displays under Linked Applications.
Under Action type, select Update from the drop-down list.
Click OK to save, and close the Properties Editor.
On the Application Builder window, click Save to save the changes, and OK to confirm.
Click Close to close the Application Builder.