Newer Version Available
IdentityVerificationProcFld
Represents the search and verification fields used
in identity verification.
This type extends the Metadata metadata
type and inherits its fullName field.
File Suffix and Directory Location
IdentityVerificationProcFld components have the suffix .IdentityVerificationProcFld and are stored in the IdentityVerificationProcFlds folder.
Version
IdentityVerificationProcFld components are available in API version 54.0 and later.
Special Access Rules
The Health Cloud permission set license is required to
use this metadata type.
Fields
| Field Name | Description |
|---|---|
| customFieldLabel |
|
| dataSourceType |
|
| fieldDataType |
|
| fieldName |
|
| fieldType |
|
| fieldValueFormula |
|
| isActive |
|
| isManualInput |
|
| masterLabel |
|
| sequenceNumber |
|
Declarative Metadata Sample Definition
The following is an example of an IdentityVerificationProcFld component.
1<?xml version="1.0" encoding="UTF-8"?>
2<IdentityVerificationProcFld xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <customFieldLabel>field1</customFieldLabel>
4 <dataSourceType>External</dataSourceType>
5 <fieldName>sasa</fieldName>
6 <fieldType>requiredVerifier</fieldType>
7 <fullName>field1</fullName>
8
9 <isActive>false</isActive>
10 <masterLabel>field1</masterLabel>
11 <sequenceNumber>1</sequenceNumber>
12</IdentityVerificationProcFld>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>*</members>
5 <name>IdentityVerificationProcFld</name>
6 </types>
7 <version>54.0</version>
8</Package>