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 Set Fields
Output representation of the collection of fields that are associated with a specific
field set.
- JSON example
- This is a sample success response.
-
1{ 2 "fields": [ 3 { 4 "apiName": "Field1", 5 "label": "Field 1" 6 } 7 ], 8 "fieldSetId": "0182819gvahBghvdh", 9 "objectName": "ClaimCoveragePaymentDetail" 10}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| fields | Field Set Field Details[] | List of fields within the specified field set ID. | Small, 65.0 | 65.0 |
| fieldSetId | String | ID of the field set whose associated fields are retrieved. | Small, 65.0 | 65.0 |
| objectName | String | API name of the object whose associated fields are retrieved. | Small, 65.0 | 65.0 |