Microsoft Dynamics 365 Finance and Operation - online
Microsoft Dynamics D365 Finance and Operations support
Overview
The document contains information about the configurations needed to connect Dynamics Mobile App with Microsoft Dynamics 365 FO
This allows the mobile apps developed on top of Dynamics Mobile SDK to :
consume data originating from D365 FO in offline mode
send transactions to D365 FO
consume, create, update data originating from D365 FO
in online mode ( also called Livelink)
Prerequisites
Microsoft Dynamics D365 FO instance with the following setups:
Activated ODATA service for each, entity which needs to be consumed via Livelink
ODATA interface visible via internet from Dynamics Mobile Cloud
Configuration
Dynamics Mobile needs certain configurations to be made in order to be able to connect to Microsoft Dynamics 365 Finance and Operations
The configuration for D365 FO
includes 2 main sections:
Live Link configuration - controls the way the mobile applications consume data from D365 FO in real-time (VAN Sales, Warehouse&Inventory, Approvals)
Sync configuration - controls the way the mobile applications consume data from D365 FO
for off-line mode ( VAN Sales, Surveys, Smart Trade)
Live Link activation
If the mobile applications needs to consume on-line data via livelink, the administrator needs to activate and configure the live link. The live link configuration is provided for each user role, separately. via the User Role's Settings screen. Please consult with the following page for general information about working with User Role Settings
Livelink for Microsoft Dynamics 365 Finance and Operations requires the following parameters to be provided
Livelink Settings Example
The format of the setting in the User Role, requires the settings to be wrapped in an object property with name liveLinkService_[MYNAME] , where NAME is arbitrary name dependent on the actual mobile or backend application.
The following example configures a service called warehouseService.
It will allow the mobile devices to use livelink configuration called "warehouseService"
Sync connection activation
The mobile apps which needs to consume and send offline data from Microsoft Dynamics Business Central need to have a "syncMethod" setting in the User Role of the mobile users who needs it.
The syncMethod has the following attributes (same as for livelink):
Settings example
The format of the setting in the User Role, requires the settings to be wrapped in an object property with name liveLinkService_[MYNAME] , where NAME is arbitrary name dependent on the actual mobile or backend application.
The following example configures a service called warehouseService.
It will allow the mobile devices to consume offline data from BC.
See also
Last updated