Standard Related List
| Not available. |
The Standard Related List record type is intended to store settings for a standard related list of a specific offline object as well as permissions and available actions with records of the standard related list for a specific profile.
| To create or update the settings for the standard related lists,, go to CT Mobile Control Panel: Offline Objects. |
The following system variables can be used as a criterion:
-
$User
-
$UserRole
-
$Profile
For example, the {$User.Id} criterion specified in parameters will automatically be set to a current user ID. Using such system variables will dynamically query the data relevant to the current user.
Record Type API name: StandardRelatedList
| Field | API Name | Type | Description | ||||
|---|---|---|---|---|---|---|---|
Creating Allowed |
clm__isCreateAllowed__c |
Checkbox |
Enables creation of related objects' records in the standard related list.
|
||||
Criteria |
clm__Criteria__c |
Long Text Area(32768) |
Stores a SOQL query to filter related objects' records in the standard related list to display. Tap the switch button on the Related tab in the mobile application to display all records or only records that are eligible for criteria.
|
||||
Default View |
clm__View__c |
Text(255) |
Stores the Timeline value to display records in Timeline view. In other cases, left blank. |
||||
Deleting Allowed |
clm__isDeleteAllowed__c |
Checkbox |
Enables deletion of related objects' records in the standard related list.
|
||||
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 that is a parent object for the related object. |
||||
Object Record Type |
clm__ObjectRecordType__c |
Text(255) |
Stores an API Name of a record type of the offline object that is specified in the clm__Object__c field. |
||||
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. |
||||
Reference Field |
clm__ReferenceField__c |
Text(255) |
Stores an API Name of the field of the related object with a reference to the record of the parent object specified in the clm__Object__c field. |
||||
Related Object |
clm__RelatedObject__c |
Text(255) |
Stores an API Name of the related object, which records are added to a standard related list. |
||||
Sorting Criteria |
clm__SortingCriteria__c |
Text(255) |
Stores a field to sort records in Timeline view if the Timeline value is set in the clm__View__c field. |
||||
Sorting Order |
clm__SortingOrder__c |
Text(255) |
Stores an ascendent (ASC) or descendant (DESC) sorting order for records of a standard related list.
|