FieldSetGroup__mdt
Sobject
apex
global class FieldSetGroup__mdt extends SObjectExtends: SObject
Groups multiple field sets for an object into a single configuration record. Used to drive multi-section UI layouts such as accordion panels.
Fields
| Field | Description |
|---|---|
| global String DefaultActiveSections__c | Comma-separated list of section names (matching field set labels) that should be expanded by default when the UI loads. |
| global String FieldSetApiNames__c | Comma-separated list of field set API names to include in this group. |
Field Details
DefaultActiveSections__c
apex
global String DefaultActiveSections__cComma-separated list of section names (matching field set labels) that should be expanded by default when the UI loads.
Field Attributes:
| Attribute | Value |
|---|---|
| Data Type | Long Text Area(32768) |
FieldSetApiNames__c
apex
global String FieldSetApiNames__cComma-separated list of field set API names to include in this group. Each field set renders as a separate section in the UI.
Field Attributes:
| Attribute | Value |
|---|---|
| Data Type | Long Text Area(32768) |