appirio_core__Config_Group__c
Label: Configuration Group Core package object. Configuration groups are organized by function--for example, Create Project--and have a name, unique key, description, and version. They each contain several configuration options: use these to configure Certinia PSA, as well as Salesforce custom settings.
| appirio_core__Description__c |
Description |
Pre-Spring 2018 |
Description of the config group
|
TextArea |
false |
|
| appirio_core__Key__c |
Key |
Pre-Spring 2018 |
A unique identifier for this group that can be used in code to retrieve this group.
|
Text(255) |
true |
|
| appirio_core__Version__c |
Version |
Pre-Spring 2018 |
The version of the application that this option was added
|
Text(80) |
false |
|
|