Documentation Index

Fetch the complete documentation index at: https://docs.staedean.com/llms.txt

Use this file to discover all available pages before exploring further.

Configurator

Prev Next

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

Process

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

Process parameters

Learn more about flow

Process flow

Learn more about connections

Connections

Learn more about session

Session

Learn more about stack

Stack

Learn more about session parameters

Session parameters