Mobile Link Lists
Mobile Link Lists is a custom setting to store custom links for the Links module.
| For easy setup, go to CT Mobile Control Panel: App Menu / CT Mobile Control Panel 2.0: App Menu. |
| 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__MobileLinkLists__c
| Field | API Name | Type | Description |
|---|---|---|---|
Category |
clm__Category__c |
Text(255) |
The specific category for a link. |
Description |
clm__Description__c |
Text(255) |
The specific description for a link. |
Navigation enabled |
clm__IsNavigationEnabled__c |
Checkbox |
If enabled, the user could navigate through a site within the CT Mobile app. |
Order |
clm__Order__c |
Number(18,0) |
The order number of a link. |
Profile |
clm__Profile__c |
Text(255) |
The profile for which link was specified. |
URL |
clm__URL__c |
URL(255) |
The URL address of the link. |