CTM User Settings

CTM User Settings is an object to store settings for custom list views created on the mobile device.

Available record types: ListView


Object API name: ListViewclm__CTMUserSettings__c


Field API Name Type Description

Criteria

clm__Criteria__c

Long Text Area(32768)

The SOQL query is used to filter records that should be presented in a custom list view. The SOQL query is stored in the base64 format.

Fields

clm__Fields__c

Long Text Area(32768)

Columns of a custom list view. Fields are stored in the base64 format.

Label

clm__Label__c

Text(255)

The label of a custom list view.

Object

clm__Object__c

Text(255)

The API Name of an offline object for which the custom list view was created.

OwnerId

OwnerId

Text(255)

The User Id of the mobile user who created a custom list view.

``