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 Field Output
- JSON example
-
1{ 2 "developerName": "SampleAccountName", 3 "isVerified": true 4 }, 5 { 6 "developerName": "SampleAccountNumber", 7 "isVerified": true 8 }, 9 { 10 "developerName": "SamplePhone", 11 "value": "4158764524", 12 "isVerified": false 13 }, 14 { 15 "developerName": "SamplePostalCode", 16 "isVerified": true 17 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| developerName | String | Developer name of the identity verification process field. | Small, 58.0 | 58.0 |
| isVerified | Boolean | Indicates whether the input that isn't submitted through a form field is verified (true) or not (false). | Small, 58.0 | 58.0 |
| value | String | Input value of the field. The field values that fail verification are included in the representation. | Small, 58.0 | 58.0 |