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.
VerificationProcessField Class
Namespace
VerificationProcessField Constructors
The following are constructors for VerificationProcessField.
VerificationProcessField(developerName, dataSourceType, fieldType, label, fieldName, dataType, fieldValueFormula, isManualInput)
Signature
public VerificationProcessField(String developerName, String dataSourceType, String fieldType, String label, String fieldName, String dataType, String fieldValueFormula, Boolean isManualInput)
1id_verification.VerificationProcessField, newinstance, [String, String, String, String, String, String, String, Boolean], id_verification.VerificationProcessFieldParameters
- developerName
- Type: String
- Required. Specifies the developer name of the field.
- dataSourceType
- Type: String
- Required. Specifies the source type of the data.
- fieldType
- Type: String
- Required. Specifies the type of the field.
- label
- Type: String
- Specifies the label of the field.
- fieldName
- Type: String
- Required. Specifies the name of the field that contains the verification data based on the selected field type.
- dataType
- Type: String
- Required. Specifies the data type of the field.
- fieldValueFormula
- Type: String
- Stores the formula to specify search filter that’s applied to the field value.
- isManualInput
- Type: Boolean
- Indicates whether the user can manually enter the identity verification details (true) or not (false). The default value is false.
VerificationProcessField()
Signature
public VerificationProcessField()
1id_verification.VerificationProcessField, newinstance, [], id_verification.VerificationProcessFieldVerificationProcessField Properties
The following are properties for VerificationProcessField.
dataSourceType
- Salesforce
Signature
public String dataSourceType {get; set;}
1id_verification.VerificationProcessField, dataSourceTypeProperty Value
Type: String
dataType
Signature
public String dataType {get; set;}
1id_verification.VerificationProcessField, dataTypeProperty Value
Type: String
developerName
Signature
public String developerName {get; set;}
1id_verification.VerificationProcessField, developerNameProperty Value
Type: String
fieldName
Signature
public String fieldName {get; set;}
1id_verification.VerificationProcessField, fieldNameProperty Value
Type: String
fieldType
Signature
public String fieldType {get; set;}
1id_verification.VerificationProcessField, fieldTypeProperty Value
Type: String
fieldValueFormula
Signature
public String fieldValueFormula {get; set;}
1id_verification.VerificationProcessField, fieldValueFormulaProperty Value
Type: String
label
Signature
public String label {get; set;}
1id_verification.VerificationProcessField, labelProperty Value
Type: String