| ApexClassId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The ID of the Apex class.
- This is a relationship field.
As of API version 54.0, this
isn't supported.
- Relationship Name
- ApexClass
- Relationship Type
- Lookup
- Refers To
- ApexClass
|
| DataSourceType |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
- The source type of the data.
- Possible values are:
-
External
As of API
version 54.0, an external data source isn’t
supported.
- Salesforce
|
| DeveloperName |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The developer name of a record.
|
| IdentityVerificationProcDefId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The label of the relevant Identity Verification
Process Definition record.
- This is a relationship field.
- Relationship Name
- IdentityVerificationProcDef
- Relationship Type
- Lookup
- Refers To
- IdentityVerificationProcDef
|
| IsActive |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether the record is
active.
- The default value is 'false'.
|
| 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 Detail 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.
|
| ObjectName |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The name of the object on which the search is performed and data
is verified.
|
| OptionalVerifiersMinVerfCount |
- Type
- int
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The minimum number of optional verifiers that must be
checked.
|
| SearchFilter |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Conditions to filter the search results.
- For example, if you want to perform the search only on Person
Account records, enter isPersonAccount
= true.
|
| SearchRecordUniqueIdField |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The field storing the unique identifier of records displayed in
the search results.
|
| SearchResultSortBy |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The values that are used to sort the search results.
- For example, if you want to sort the results by policy date, enter
PolicyDate__c Desc.
|
| SearchSequenceNumber |
- Type
- int
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The sequence in which the search is performed and the search
result is displayed.
As of API version 54.0, this isn't
supported.
|
| SearchType |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
- The type of search being performed.
- Possible values are:
-
Object-Based
As of
API version 54.0, object-based search isn’t
supported.
- Text-Based
|