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:

  • Actions
  • Test actions
  • Functions
  • Test functions
  • Queries
On Refresh, for each model with extensions of specific classes, a library is created or updated. The library name is the same as the model name. For each found extension of these specific classes, the related element is created or updated in the library. Extensions of these classes result in library elements:
  • DAWActionRun - Actions
  • DAWActionRunTestCase - Test actions
  • DAWFunctionRun - Functions
  • DAWFunctionRunTestCase - Test functions
  • DAWQueryMethodRun - Queries
A model can have a license defined. If you use a mobile app that uses a library, the related model is checked for a license. If a license is defined for the model the related license count is updated.
You can refresh the libraries on the:
  • Mobility design workspace, on the Libraries tab (explained in the steps).
  • Anywhere mobility studio parameters, on the Automatic updates tab, in the Libraries section. If you do so, check the Update libraries and Add new libraries parameter settings. For more information, refer to Set automatic update parameters.


Standard procedure

1. Click Mobility design.
2. Click the Libraries tab.
3. Click Refresh.
4. In the Refresh field, select an option.
5. Besides updating the already listed libraries, you can have new libraries added.
  Select Yes in the Add new libraries field.
 

Note: If you select No, only the already listed libraries are updated.

6. Click OK.
7. On the Libraries tab, in the list, select a library.
8. Click View.
9. You can review the actions in the library.
For each action, you can review:
- The details on the Details tab.
- Where it is used on the Where used tab.
- The applicable parameters on the Parameters tab.
  Click the Actions tab.
 

Note: You can refresh the actions of the library. To do so, on the Actions tab, click Refresh.

10. You can review the test actions in the library.
For each test action, you can review:
- The details on the Details tab.
- Where it is used on the Where used tab.
- The applicable parameters on the Parameters tab.
  Click the Test actions tab.
 

Note: You can refresh the test actions of the library. To do so, on the Test actions tab, click Refresh.

11. You can review the functions in the library.
For each function, you can review:
- The details on the Details tab.
- Where it is used on the Where used tab.
  Click the Functions tab.
 

Note: You can refresh the functions of the library. To do so, on the Functions tab, click Refresh.

12. You can review the test functions in the library.
For each test function, you can review:
- The details on the Details tab.
- Where it is used on the Where used tab.
  Click the Test functions tab.
 

Note: You can refresh the test functions of the library. To do so, on the Test functions tab, click Refresh.

13. You can review the queries in the library.
For each query, you can review:
- The details on the Details tab.
- Where it is used on the Where used tab.
  Click the Queries tab.
 

Note: You can refresh the queries of the library. To do so, on the Queries tab, click Refresh.

Provide feedback