-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Services.SynchronizationResult
Maros316 edited this page Aug 12, 2020
·
2 revisions
[v8.1] Represents the synchronization result.
| Property | Type | Description |
|---|---|---|
| newCustomizationReady | Boolean | Indicates whether the new customization is ready. |
| customizationDownloaded | Boolean | Indicates whether the new customization was applied. |
| dataErrorsEncountered | Boolean | Indicates whether some data errors were encountered during sync (cannot upload, delete, change status, owner, etc.). |
| appWasLocked | Boolean | Application was locked. |
| syncAborted | Boolean | Sync was aborted. |
| adminFullSync | Boolean | Full sync was requested so background sync was aborted. |
| webError | Boolean | Indicates whether sync failed due to a communication error (HttpException, for example). |
| connectFailed | Boolean | Indicates whether sync could not start because of a connection failure. |
| wasBackgroundSync | Boolean | Indicates whether the last sync was background sync or foreground sync. |
| OAuthError | Boolean | Sync failed because the OAuth access token can't be acquired or refreshed. |
| syncDownloadRestartedOnBackground | Boolean | New customization was downloaded. Sync is still downloading data on background. |
| warning | Boolean | Sync result contains some warnings that are not critical. |