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.

Additional Fields Field Set Input

Input representation for the list of the field set IDs for asset, coverage, participant, and policy objects.
JSON example
1{
2    "policyFieldSetId": "0IXxx0000004CYqGAM",
3    "assetFieldSetId": "0IXxx0000004CaSGAU",
4    "participantFieldSetId": "0IXxx0000004CdgGAE",
5    "coverageFieldSetId": "0IXxx0000004Cc4GAE"
6  }
Properties
Name Type Description Required or Optional Available Version
assetField​SetId String ID of the field set to get the fields that are associated with the asset object. Optional 65.0
coverageField​SetId String ID of the field set to get the fields that are associated with the coverage object. Optional 65.0
participant​FieldSetId String ID of the field set to get the fields that are associated with the participant object. Optional 65.0
policy​FieldSetId String ID of the field set to get the fields that are associated with the policy object. Optional 65.0