Mobile Customization

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


Custom setting API name: clm__MobileCustomization__c


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

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.

``