Offline Objects

The Offline Objects record type is intended to store settings for an offline object as well as permissions and available actions with records of the offline object for a specific profile.

To create or update the settings of offline objects, go to CT Mobile Control Panel: Offline Objects.

Record Type API name: OfflineObjects


Field API Name Type Description

Creating Allowed

clm__IsCreatingAllowed__c

Checkbox

Enables the creation of records of the offline object.

The permission to create a record cannot overcome the same profile permission.

Criteria

clm__Criteria__c

Long Text Area(32768)

Stores a SOQL query to filter records of the offline object to download in the mobile application.

The criteria line should start with the 'WHERE' keyword.

Deleting Allowed

clm__IsDeletingAllowed__c

Checkbox

Enables the deletion of records of the offline object.

The permission to delete a record cannot overcome the same profile permission.
The records which have not been synchronized may always be deleted no matter what access the profile is granted.

External Id

clm__ExternalId__c

Text(255)

Contains the ID of the corresponding record of custom settings.

Object

clm__Object__c

Text(255)

Stores an API Name of an offline object.

Order

clm__Order__c

Number(18,0)

Defines a sequence of offline objects' records to download.

Org ID/Profile ID

clm__OrgProfileId__c

Text(255)

Stores a profile’s ID. Left blank or specify an Organization ID to apply for all non-configured profiles.

``