Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Field Sets Output

Output representation of field sets of a benefit disbursement object.
JSON example
1{
2  "fieldSets": [
3    {
4      "description": "FS1",
5      "fieldSetApiName": "FS1_API",
6      "fieldSetName": "FS1"
7    },
8    {
9      "description": "FS2",
10      "fieldSetApiName": "FS2_API",
11      "fieldSetName": "FS2"
12    },
13    {
14      "description": "FS3",
15      "fieldSetApiName": "FS3_API",
16      "fieldSetName": "FS3"
17    }
18  ],
19  "objectName": "BenefitDisbursement"
20}
Property Name Type Description Filter Group and Version Available Version
fieldSets Field Set Output[] List of field sets of the benefit disbursement object. Small, 59.0 59.0
objectName String Name of the benefit disbursement object whose field sets you want to retrieve. Small, 59.0 59.0