Skip to content

MobileCRM.Services.SynchronizationResult

Maros316 edited this page Aug 12, 2020 · 2 revisions

MobileCRM.Services.SynchronizationResult Object

[v8.1] Represents the synchronization result.

Properties

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.
Clone this wiki locally