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.
Custom Field Value Input
- Root XML tag
- <CustomFieldValue>
- JSON example
-
1{ 2 "CustomFieldValue": [ { 3 "fieldName": "Laterality__c", 4 "dataType": "picklist", 5 "fieldValue": "Bilateral", 6 } ] 7} - Properties
-
Name Type Description Required or Optional Available Version dataType String Specifies the primitive data type of a field. Possible values are:- Boolean
- DateOnly
- DateTime
- Number
- String
- TimeOnly
Required 53.0 fieldName String The name of the field. Required 53.0 fieldValue Object The value of the field. Required 53.0