SynchronizationTrackings
Logs synchronization events and metadata between systems or devices, including sync direction, success/failure status, and timestamps for troubleshooting and auditing.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the synchronization tracking record. |
| Global ID | String | True |
System-generated global identifier used to uniquely reference the record across environments. |
| Link | String | False |
System URL or hyperlink used to access or reference the synchronization record in the Vault UI. |
| Synchronization Tracking Name | String | True |
Descriptive name assigned to the synchronization event or batch. |
| Status | String | False |
Current status of the synchronization process, such as Queued, In Progress, Completed, or Failed. |
| Created By | String | True |
User who initiated or created the synchronization tracking entry. |
| Created Date | Datetime | True |
Date and time when the synchronization tracking record was created in the system. |
| Last Modified By | String | True |
User who last updated or modified the synchronization tracking record. |
| Last Modified Date | Datetime | True |
Date and time when the synchronization record was last updated. |
| Sync Canceled | Bool | False |
Indicates whether the synchronization process was canceled before completion. |
| Download Processed | Bool | False |
Indicates whether the download phase of the sync process was completed successfully. |
| Media Processed | Bool | False |
Flag indicating whether any associated media files were handled during synchronization. |
| Mobile ID | String | False |
Unique identifier for the mobile device involved in the synchronization process. |
| # Retries | Decimal | False |
Total number of retry attempts made to complete the synchronization operation. |
| # Upload Errors | Decimal | False |
Number of upload-related errors encountered during the sync process. |
| # Uploads | Decimal | False |
Total number of files or records uploaded as part of the synchronization. |
| # Unprocessed Trans Files | Decimal | False |
Number of unprocessed VTrans (Vault transaction) files remaining after sync. |
| Sync Completed Datetime | Datetime | False |
Timestamp indicating when the synchronization process was completed. |
| Sync Start Datetime | Datetime | False |
Timestamp marking when the synchronization process began. |
| Sync Type | String | False |
Type of synchronization being performed, such as Full, Incremental, or Manual. |
| Upload Processed | Bool | False |
Flag indicating whether uploads were successfully processed during the sync. |
| VDS Processed | Bool | False |
Indicates whether VDS (Vault Data Services) related content was processed. |
| VInsights Processed | Bool | False |
Indicates whether VInsights-related content was included and processed in the sync. |
| Version | String | False |
Version of the mobile app or platform used during the synchronization. |
| Owner | String | False |
Owner or responsible user associated with this synchronization record. |
| Successful Sync | Decimal | True |
Indicator or flag showing whether the synchronization was successful based on system criteria. |
| Sync Duration (secs) | Double | True |
Total time in seconds that the synchronization process took from start to finish. |
| Legacy CRM Id | String | False |
Identifier used to map this record to legacy Customer Relationship Management (CRM) systems, if applicable. |
| Refresh Mode? | Bool | False |
Indicates whether the synchronization used refresh mode to update content rather than full re-download. |