Color Settings

Color Settings is a custom setting to store custom color settings for statuses, types, or other attributes of selected objects.

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

Record Type API name: ColorSettings


Field API Name Type Description

Colors

clm__Colors__c

Text(255)

Color RGB-code for each value of the criteria filed, for example, rgb(208,209,209).

Criteria Field

clm__CriteriaField__c

Text(255)

API-name of criteria field

External Id

clm__ExternalId__c

Text(255)

Contains the ID of the corresponding record of custom settings.

Object

clm__Object__c

Text(255)

API-name of an object to which the settings are applied

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.

Values

clm__Values__c

Text(255)

The list of picklist values of the criteria field.

``