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 on 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)

Not in use.

Device Token

clm__DeviceToken__c

Text(255)

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

According to that value, Salesforce defines the user device to send push notifications. If you authorize with the same credentials on several devices (but no more than 5), the field will contain the token of the last device on which you synchronized.

Last Sync Date

clm__LastSyncDate__c

Date/time

The date and time of any last successful synchronization.

Mobile MAC

clm__MobileMAC__c

Text(255)

Not in use.

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.

``