Geo Tracing Sync Log

When the user performed the first synchronization, the Sync Log record for the Geo Tracing operation will be created.

According to the tracking interval (refer to CT Mobile Control Panel: General / CT Mobile Control Panel 2.0: General), CT Mobile monitors the user’s coordinates. If the user has changed their location, the coordinates will be saved in the clm__GeoTracing__c field, and the time will be saved in the clm__GeoTiming__c field. If the user has not changed their location, the fields will not be updated.

Once a day, the Sync Log record for the Geo Tracing operation will be sent to Salesforce. If a Sync Log record is already stored on the server, it will be downloaded from Salesforce.

  • The Sync Log record stores the set of the user’s coordinates captured on the current user’s local time according to the tracking interval.

  • The received coordinates per user’s local time are used to build a route on the Activities tab of the Geolocation Center tab.

Geo Tracing Sync Log

The following fields of the Sync Log object will be filled out:

Field API Name Type Description

Date

clm__Date__c

Date/Time

The date of the geolocation marks. The set time is always 12:00 AM.

Description

clm__Description__c

Long Text Area(32768)

The order number of the Sync Log record if there are more geolocation marks than can be stored in the clm__GeoTracing__c.

If the user has no access to clm__GeoTiming__c and clm__GeoTracing__c fields, there is a «Please check field visibility settings for fields: Geo Timing (clm__GeoTiming__c) and Geo Tracing (clm__GeoTracing__c).» warning.

Geo Timing

clm__GeoTiming__c

Long Text Area(131072)

The user local time when the coordinates were captured (separated by a semicolon, without blank spaces).

Geo Tracing

clm__GeoTracing__c

Long Text Area(131072)

The user coordinates (separated by a semicolon, without blank spaces) will be captured if the user has moved 50 or more meters from the previous location.

If the tracking interval is 0, the user’s coordinates will not be captured.

``