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 |