Design the configuration of a mobile application. The main elements in an application configuration are:
Name | Responsible | Description |
---|---|---|
Manage libraries |
Designer |
Before you start the design of an application configuration, make sure the libraries are up-to-date. Each library is related to a model in D365 FO. A library can have these elements:
You can refresh the libraries on the:
|
Design applications |
Designer |
Set up and manage the required applications. The application is the base element for the mobile device applications that you can build with Mobility studio. For each application, you can define the applicable:
|
Design processes |
Designer |
To each application, add the applicable processes. A process is a flow of actions on a mobile device to finish a task. For each of the process actions you set up a specific form. Assign each process to the applicable roles. |
Design forms |
Designer |
For each action to be done on a mobile device, create a form. Each form is part of a process of actions to do a task. For each form, define the applicable:
|
Design form controls |
Designer |
For each form, define the applicable controls. A control is a UI element of the form, for example, a field, a button, or a text. For several types of form controls, you also need to define the control event procedure. A control event procedure has one or more actions that are done on a specific control event, like text changed or button clicked. If your company uses different types of mobile devices, controls can require a different layout for each device. |
You can automatically check Mobility studio applications for errors and inconsistencies. Which checks are done? Generally, the checks are done that are also done when you manually enter a record and save it to the database. So, the checks are done that control the data consistency in the database. For example, does a used reference still exist in the database? What is checked? If you check for errors, these Mobility studio elements are checked: The selected application.The application elements. For example, its forms, actions, and event procedures. Fix errors The found errors must be solved manually. You can do so immediately after running the check. You can also do it later from the operations history where the check is stored.