Link List

Link List is a record type to store custom links for the Links module.

For an easy setup, go to CT Mobile Control Panel 2.0: App Menu.

Record type API name: LinkList


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.

External Id

clm__ExternalId__c

Text(255)

Contains the ID of the corresponding record of custom settings.

Label

clm__Label__c

Text(255)

Label of the link.

Navigation

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.

Org ID/Profile ID

clm__OrgProfileId__c

Text(255)

Organization ID/Profile ID to which this setting is applicable:

  • if Profile ID is set, the setting is applied only to the profile;

  • if Organization ID is set, the setting is applied to all non-configured profiles.

  • if Profile ID and Organization ID are not set, the setting is applied to all non-configured profiles.

URL

clm__URL__c

URL(255)

The URL address of the link.

``