Sync Log
The Sync Log object is intended to store the details of the sync process and operations performed in the course of the synchronization depending on the value in the Debug Level option on the CT Mobile Control Panel: General tab.
| The Debug Level option should be specified for each profile separately. Each profile should have the Edit permission for all fields of the Sync Log object. |
Salesforce API-name: clm__SyncLog__c
| Field | API | Type | Description | ||
|---|---|---|---|---|---|
Date |
clm__Date__c |
Date/Time |
Date and time of the operation or the synchronization completion/interruption. |
||
Description |
clm__Description__c |
Long Text(32768) |
Description of the operation.
|
||
Duration |
clm__Duration__c |
Number(18,0) |
Synchronization duration in seconds:
|
||
Errors count |
clm__ErrorsCount__c |
Number(18,0) |
The number of records with errors when the clm__Operation__c contains Create, Update, Delete, Insert. |
||
Failed IDs |
clm__FailedIds__c |
Long Text Area(131072) |
The IDs of records containing errors when the clm__Operation__c contains Create, Update, Delete, Insert.
|
||
Failed Messages |
clm__FailedMessages__c |
Long Text Area(131072) |
Error texts for each failed record when the clm__Operation__c contains Create, Update, Delete, Insert. |
||
Geolocation |
clm__Geolocation__c |
Geolocation |
The current user’s geolocation if the type of operation is Geolocation. |
||
Geo Timing |
clm__GeoTiming__c |
Long Text Area(131072) |
The current user’s local time if the type of operation is Geo Tracing. |
||
Geo Tracing |
clm__GeoTracing__c |
Long Text(131072) |
The user coordinates (separated by a semicolon, without blank spaces) that will be captured if the user has moved 50 or more meters from the previous location.
|
||
Has Recovery Data |
clm__HasRecoveryData__c |
Checkbox |
Not in use. |
||
Object name |
clm__ObjectName__c |
Text(255) |
Name of the operation object when the clm__Operation__c contains Create, Update, Delete, Insert. |
||
Operation |
clm__Operation__c |
Text(255) |
The type of synchronization:
Or the type of operation:
|
||
Records Count |
clm__RecordsCount__c |
Text(255) |
The total number of records transmitted in the course of the operation when the clm__Operation__c contains Create, Update, Delete, Insert. |
||
Status |
clm__Status__c |
Picklist |
Synchronization status:
|