IdentityVerificationProcFld

Used to configure the questions or criteria for verifying the identity of a caller. Available in API version 54.0 and later.

Supported Calls

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Fields

Field Details
CustomFieldLabel
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The custom label for the field that contains the verification data.
DataSourceType
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The source type of the data.
Possible values are:
  • External
  • Salesforce
DeveloperName
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The developer name of a record.
FieldDataType
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
The type of data stored in an external data source field.
Possible values are:
  • address
  • checkbox
  • currency
  • dateonly
  • datetime
  • email
  • number
  • other
  • percent
  • phone
  • picklist
  • reference
  • text
  • timeonly
  • url
FieldName
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The label of the field that contains the verification data based on the selected field type.
FieldType
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The type of field.
Possible values are:
  • additionalResultField—Fetches data as part of the search query, but the data isn’t displayed in search results. Suppose you want to fetch the policy number and the age of the policy owner as a result of the search but the agent isn’t supposed to see this data. You can write custom logic to process this additional data.
  • optionalVerifier—Displays additional verifiers on the verification screen.

    In API version 56.0 and later, you can display additional verifiers based on fields from the object configured for verification’s parent object. For example, if you set identity verification on the Contact object, you can display fields from the Account object.

    Note

  • requiredVerifier—Displays required verifiers on the verification screen.

    In API version 56.0 and later, you can display required verifiers based on fields from the object configured for verification’s parent object. For example, if you set identity verification on the Contact object, you can display fields from the Account object.

    Note

  • resultField—Displays fields in search results. For example, when an agent searches for a customer or their representative, you’d like the search results to include the account name, phone number, and email ID.

    In API version 56.0 and later, you can display fields from the parent object of the object configured for verification in the search results. For example, if you set identity verification on the Contact object, which looks up to the Account object, you can display fields from accounts in the search results.

    Note

  • searchField—Performs object-based search.
  • searchFilter—Filters search results. When this is set as the field type, specify the field name to filter search results using the FieldName attribute. Both static and dynamic filtering are supported. For example, to search for Contacts whose related Account ID is always 001xx000003GZ4lAAG, set AccountId as the field name and the value of FieldValueFormula to 001xx000003GZ4lAAG. Or, if an agent verifies a customer (Account) and then performs a secondary search against all policies (Policy) in which the verified customer is the policy holder, set FieldName to PolicyHolder and FieldValueFormula to the dynamic value {!SelectedParentRecordId}. This value is available from API version 56.0 and later.

    You can only use record IDs to dynamically filter search results.

    Note

FieldValueFormula
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the formula that's applied to the field value.
IdentityVerificationProcDtlId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The label of the relevant Identity Verification Process Detail record.
This is a relationship field.
Relationship Name
IdentityVerificationProcDtl
Relationship Type
Lookup
Refers To
IdentityVerificationProcDtl
IsActive
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the record is active (true) or not (false).
The default value is false
IsManualInput
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the user can manually enter the identity verification details (true) or not (false).
The default value is false.
This field is available in API version 58.0 and later.
Language
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The languages in which translation of record labels is supported.
Possible values are:
  • da—Danish
  • de—German
  • en_US—English
  • es—Spanish
  • es_MX—Spanish (Mexico)
  • fi—Finnish
  • fr—French
  • it—Italian
  • ja—Japanese
  • ko—Korean
  • nl_NL—Dutch
  • no—Norwegian
  • pt_BR—Portuguese (Brazil)
  • ru—Russian
  • sv—Swedish
  • th—Thai
  • zh_CN—Chinese (Simplified)
  • zh_TW—Chinese (Traditional)
MasterLabel
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The label of the Identity Verification Process Field record.
NamespacePrefix
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The namespace prefix associated with this object. Each Developer Edition organization that creates a managed package has a unique namespace prefix. Limit: 15 characters. You can refer to a component in a managed package by using the namespacePrefix__componentName notation.
The namespace prefix can have one of the following values:
  • In Developer Edition organizations, the namespace prefix is set to the namespace prefix of the organization for all objects that support it. There’s an exception if an object is in an installed managed package. In that case, the object has the namespace prefix of the installed managed package. This field’s value is the namespace prefix of the Developer Edition organization of the package developer.
  • In organizations that aren’t Developer Edition organizations, NamespacePrefix is only set for objects that are part of an installed managed package. There’s no namespace prefix for all other objects.
SequenceNumber
Type
int
Properties
Create, Filter, Group, Sort, Update
Description
The sequence number of the field.