Use the configurator to create or modify the user interface of mobile processes for the Anywhere Mobility Solutions Framework, and to design behaviour and navigation for the processes. Find the configurator by selecting Anywhere Mobility Solutions Framework from the Anywhere Mobility Solutions menu of Microsoft Dynamics 365 Business Central.
A Process consists of activities. An Activities translates to a page on the mobile device. The page displays data, labels, and buttons. Configure all these elements as Controls.
Process 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 initializes each time that activity is reached.
A Buttons can call a connection and a post document processor. A Connections links parameters to fields in D365 BC 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 | |
Learn more about sub processes | |
Learn more about activities | |
Learn more about controls | |
Learn more about buttons | |
Learn more about parameters | |
Learn more about flow | |
Learn more about connections | |
Learn more about session | |
Learn more about stack | |
Learn more about session parameters |