Configure mobile offline synchronization for Dynamics 365 for phones and tablets

 

Applies To: Dynamics 365 (online), Dynamics CRM Online

You can provide an enhanced offline experience for mobile users if your organization is using Microsoft Dynamics CRM Online 2016 Update 1   and meets one or both of the following licensing requirements:

  • At least 5 Professional Dynamics 365 (online) licenses OR

  • At least 1 Enterprise Dynamics 365 (online) license

Note

Keep the following in mind when enabling mobile offline synchronization:

  • You need to make sure the licenses are assigned to a user before you can enable mobile offline synchronization. Dynamics 365 won’t recognize the licenses if they’re not in use.

  • Mobile offline synchronization isn’t available for Trial, Preview or sandbox Dynamics 365 organizations.

  • Offline drafts mode (the existing offline experience) will continue to be available for all users if they aren’t using the new offline capabilities.

This offline experience uses Microsoft Azure services to periodically synchronize entities with the Microsoft Dynamics 365 for phones and tablets apps so synchronized records are available when users’ mobile devices are disconnected. To enable mobile offline synchronization in an eligible organization, you need to do the following:

Note

A user must have a security role that has Read permissions on the mobile offline profile to be able to use their mobile device in offline mode.

  1. Enable mobile offline synchronization

  2. Enable entities for mobile offline synchronization

  3. Create a mobile offline profile

  4. Add users to a mobile offline profile

  5. Publish a mobile offline profile

Here are a few things to keep in mind about mobile offline synchronization:

  • Mobile offline synchronization with mobile devices occurs periodically. A synchronization cycle could last for several minutes, depending on Azure network latency, the volume of data that’s set for synchronization, and mobile network speed. Users can still use the mobile apps during synchronization.

  • Changes to a user’s security privileges are updated during the next synchronization cycle. Until that time, users can still continue accessing data according to their previous security privileges, but any changes they make will be validated during the synchronization to the Dynamics 365 server. If they no longer have privileges to make changes for a record, they will receive an error and the record won’t be created, updated, or deleted.

  • Any changes to a user’s privilege to view a record won’t take effect on the mobile device until the next synchronization cycle.

Note

Once you’ve enabled mobile offline synchronization, metadata changes are pushed to the mobile apps when the changes are published, not just on app start-up. To keep mobile offline synchronization up-to-date, users should always accept the prompt to download metadata changes.

Privacy notice

When you enable Dynamics 365 mobile offline, Dynamics 365 (online) data is downloaded to the SQL Azure database using the Azure cloud, based on the entities you enable for offline availability. When a user connects to the Azure Cloud service from a mobile app with the offline capability, data is downloaded from the SQL Azure database to a local database on the mobile device. Data transfer between the SQL Azure database on the Azure cloud and the Dynamics 365 mobile app with the offline capability is through a secure SSL connection. Ultimately, customer data is stored in SQL Azure database and on the mobile device.

An administrator determines whether or not an organization’s users are permitted to go offline with Microsoft Dynamics 365 Mobile Offline Application by using security roles and Dynamics 365 Mobile profile customization. Dynamics 365 administrators can configure which entities are downloaded via Offline Sync by using the Sync Filters setting in the Setting –Mobile Offline dialog box.

Note that data stored in the user’s device is controlled by the customer, not Microsoft. The Administrator has full control over the data that can be extracted at the user security role or entity levels. After the data is extracted, however, it will have left the security boundary provided by Dynamics 365 Online.

A list of the Azure components and services that are involved with Mobile offline functionality is provided below.

Note: For more information about additional Azure service offerings, see the Microsoft Azure Trust Center.

Cloud Services (Web role)

Mobile Offline leverages two cloud services, one for provisioning and the other for data sync.

The provisioning service has a single web role that reads messages from the Service Bus (SB) queue for different events coming from Dynamics 365 such as provisioning or de-provisioning. Then it processes those messages by creating/deleting organization databases and submitting recurring work items (messages) on the data sync SB queue. During this process, it reads/writes configuration data either from the CSCFG file or from the Dynamics 365 SW API.

The data sync service has two web roles. One keeps the schema and data of the staging database in sync with a Dynamics 365 organization’s metadata and data, while the other web role is for running the Sync server and processing client’s sync requests. The first web role processes messages from the data sync SB Queue for different orgs and then contacts Dynamics 365 to get the metadata and data changes before committing them to the staging database. It also does the job on configuring Sync server with the organizations coming in and out of the system and their client models. The other web role runs the Sync server (unmanaged code) to host admin and sync endpoints. The admin endpoint is used by the other web role to send configuration data. The sync endpoint is used by external clients (Dynamics 365 Mobile Application) to do data sync. Just like provisioning service, both these roles read/write configuration data either from the CSCFG file or from the Dynamics 365 SW API.

Queue

Mobile Offline uses Azure Queues for message exchange between Dynamics 365 and Azure. It is used to maintain work items that are processed by the cloud services. Each message stores information such as the org id, entity name for which to sync data, and connection string for the org’s OData endpoint.

SQL Database

Mobile Offline uses the Azure SQL Storage to store:

  • Data replicated from Dynamics 365 orgs and for serving client sync requests.

  • Configuration data such as org database connection strings.

Storage

Mobile Offline uses Azure Blob Storage to store logs and traces generated by cloud service.

Active Directory Service

Mobile Offline uses the Azure Active Directory Service to authenticate with other services such as Dynamics 365 or SW API or Azure Management APIs.

Azure DNS

Mobile Offline uses Azure DNS to redirect client requests, based on org names, to the correct cloud service endpoints.

Azure virtual Network

An Azure virtual Network (VNet) is a representation of your own network in the cloud. The Dynamics 365 Product Team can control your Azure network settings and define DHCP address blocks, DNS settings, security policies, and routing.

Azure Load Balancer

The Azure Load Balancer delivers high availability and network performance to your applications. It is a Layer-4 (TCP, UDP) type load balancer that distributes incoming traffic among healthy service instances in cloud services or virtual machines defined in a load balancer set. We use it to load balance our end points in a deployment.