Config_Option__c
Label: Configuration Option Core package object. Configuration options, organized into configuration groups, contain one or more configuration values that you can edit. They have a name, version, and type (Text, Boolean, or Picklist), as well as help text describing the configuration controlled and the default values. Use configuration options together with Salesforce custom settings to configure Certinia PSA. Configuration options have a master-detail relationship with child configuration values and a lookup relationship to configuration groups.
Allow_Multiple_Values__c |
Allow Multiple Values |
Pre-Spring 2018 |
|
Checkbox |
false |
Config_Group__c |
Configuration Group |
Pre-Spring 2018 |
Looks up to: Config_Group__c
|
Lookup |
|
Description__c |
Description |
Pre-Spring 2018 |
Description of the config option
|
Text(255) |
|
Group_Key__c |
Group Key |
Pre-Spring 2018 |
Formula: Config_Group__r.Key__c
|
Text |
|
Help_Text__c |
Help Text |
Pre-Spring 2018 |
|
LongTextArea(32000) |
|
Help_URL__c |
Help URL |
Pre-Spring 2018 |
|
LongTextArea(2000) |
|
Picklist_Values__c |
Picklist Values |
Pre-Spring 2018 |
|
LongTextArea(32000) |
|
Type__c |
Type |
Pre-Spring 2018 |
|
Picklist: Boolean Number Picklist Text |
|
Version__c |
Version |
Pre-Spring 2018 |
Version of the application that this option was added in.
|
Text(80) |
|
|