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.

Form Verification

Input representation of form verification requests.
JSON example
1{
2  "developerName": "SampleAccountSearch",
3  "selectedRecordId": "001xx000003DGV3AAO",
4  "formVerificationFieldList": {
5  "formVerificationFields": [
6    {
7      "developerName": "SampleAccountName",
8      "value": "Acme",
9    },
10    {
11      "developerName": "SampleAccountNumber",
12      "value": "123456",
13      "isVerified":true
14    },
15    {
16      "developerName": "SamplePhone",
17      "value": "4158764524"
18    },
19    {
20      "developerName": "SamplePostalCode",
21      "value": "51605"
22    }
23  ]
24  }
25}
Properties
Name Type Description Required or Optional Available Version
developerName String Developer name of the identity verification process detail. Required 58.0
formVerificationFieldList Identity Verf Form Field Input[] Details of the required and optional verification fields and values. Required 58.0
selectedRecordId String Record ID of the selected customer or representative. Required 58.0