User

The User object is a standard Salesforce object.


Object API name: User


  • The changes in the following fields of the current user’s record are sent to Salesforce and to the mobile device during each synchronization.

  • The current user’s profile should have permission to edit the fields in the table below.

Field API Name Type Description

Device Model

clm__DeviceModel__c

Text(255)

Available since CT Mobile package v. 3.65.

The version of the device model.

Device Token

clm__DeviceToken__c

Text(255)

The unique identifier of the current user’s mobile device.

Last Sync Date

clm__LastSyncDate__c

Date/time

The date and time of any last successful synchronization.

Mobile MAC

clm__MobileMAC__c

Text(255)

MAC Address.

Mobile Version

clm__MobileVersion__c

Text(255)

The version of the CT Mobile app on the current user’s mobile device.

Operation System

clm__DeviceOSVersion__c

Text(255)

The version of the OS of the current user’s mobile device.

``