Mobile Custom Details Settings
Mobile Custom Details Settings is a setting of the list type that is responsible for the display and layout of the Detailing tab on the record screen of any object.
| For an easy setup, go to CT Mobile Control Panel: Custom Details. |
| The availability of functionality depends on the platform of the mobile device. For more information, refer to CT Mobile OS Comparison. |
Custom setting API name: clm__MobileActivityDataCustomization__c
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Column Width |
clm__ColumnWidth__c |
Text(255) |
List of values (separated by a comma, without blank space) to define each column’s percentage width.
|
||
Custom Fields Layout |
clm__CustomFieldsLayout__c |
Text(255) |
List of API names (separated by a comma, without blank space) of object fields for the display in the table row. |
||
Data Object Name |
clm__DataObjectName__c |
Text(255) |
The API name of the object of displayed/created records. |
||
Data Record Type |
clm__DataRecordType__c |
Text(255) |
The API name of the record type of displayed or created records. |
||
Drilldown enabled |
clm__IsDrilldownEnabled__c |
Checkbox |
Whether drilling down to record details when taping on a record in the table is allowed. |
||
Is Record Addition Allowed |
clm__IsRecordAdditionAllowed__c |
Checkbox |
Whether the creation of new records is allowed.
|
||
Is Record Delete Allowed |
clm__IsRecordDeleteAllowed__c |
Checkbox |
Whether deleting of records is allowed.
|
||
Is Related List Layout |
clm__IsRelatedListLayout__c |
Checkbox |
If enabled, the table’s columns are created according to the settings in the related list’s layout. |
||
Lookup Field API name |
clm__LookupFieldAPI__c |
Text(255) |
The API name of the relationship field through which child records are related to the parent record.
|
||
Org ID/Profile ID |
clm__OrgProfileId__c |
Text(255) |
Organization ID/Profile ID to which this setting is applicable:
|
||
Parent Object |
clm__ParentObject__c |
Text(255) |
The object on which the Detailing tab will be displayed. |
||
Parent Object Record Type |
clm__ParentObjectRecordType__c |
Text(255) |
The record type of the object, on which the Detailing tab will be displayed. |
||
Read Only Attribute |
clm__ReadonlyAttribute__c |
Text(255) |
The attribute defines whether a field must be read-only. Specify a list of true and false values (separated by a comma, without blank space) for every field specified in clm__CustomFieldsLayout__c. |
||
Record Condition |
clm__RecordCondition__c |
Text Area(255) |
The criterion is to sort records and display only matching ones.
|
||
Required Attribute |
clm__RequiredAttribute__c |
Text(255) |
The attribute defines whether a field must be filled out. Specify a list of true and false values (separated by a comma, without blank space) for every field specified in clm__CustomFieldsLayout__c. |
||
Show Application Launcher |
clm__isApplicationLaunchEnabled__c |
Checkbox |
Reserved. |
||
Sorting Field Name |
clm__SortingFieldName__c |
Text(50) |
The API name of the field for sorting records in the list. |
||
Tab Label |
clm__TabLabel__c |
Text(50) |
The name of the Detailing tab. |
||
Tab Order |
clm__Order__c |
Number(3,0) |
The tab sequence number for the display on the Detailing tab.
|