Anywhere Mobility Studio Documentation
The Configurator
Use the configurator to create or modify the user interface of mobile processes for the NAV Anywhere® Framework, and to design behaviour and navigation for the processes. Find the configurator by selecting NAV Anywhere® Framework from the NAV Anywhere® menu of Dynamics NAV.
A process consists of activities. An activity translates to a page on the mobile device. The page displays data, labels, and buttons. Configure all these elements as controls.
Parameters store user input. Define parameters at process level (the parameter value persists as long as the process runs. You can also define them at activity level) the parameter initialises each time that activity is reached.
A button can call a connection and a post document processor. A connection links parameters to fields in Dynamics NAV tables. When a connection executes, it writes and validates the parameter values to these fields. The post document processor is a special codeunit that executes when called.
Configure the process workflow in the process flow.
Expressions appear in several places in the configuration. An expression returns a value and serves different purposes such as data validation or defining conditions.
The following table provides links to and descriptions of the topics in this section:
| To | See |
|---|---|
| Learn more about processes | Processes |
| Learn more about sub processes | Sub Process Functionality |
| Learn more about activities | Activities |
| Learn more about controls | Controls |
| Learn more about buttons | Buttons |
| Learn more about parameters | Parameters |
| Learn more about flow | Flow |
| Learn more about connections | Connections |
| Learn more about session | Session |
| Learn more about stack | Stack |
| Learn more about session parameters | Session Parameters |