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.
|
||||
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.
|
||||
Deleting Allowed |
clm__IsDeletingAllowed__c |
Checkbox |
Enables the deletion of records of the offline object.
|
||||
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. |