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.
<?xml version="1.0" encoding="UTF-8"?>
<IdentityVerificationProcFld xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<customFieldLabel>field1</customFieldLabel>
<dataSourceType>External</dataSourceType>
<fieldName>sasa</fieldName>
<fieldType>requiredVerifier</fieldType>
<fullName>field1</fullName>
<isActive>false</isActive>
<masterLabel>field1</masterLabel>
<sequenceNumber>1</sequenceNumber>
</IdentityVerificationProcFld>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>IdentityVerificationProcFld</name>
</types>
<version>54.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.