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.
Process Detail Output
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| apexClassName | String | The Apex class name. | Small, 54.0 | 54.0 |
| dataSourceType | String | The data source type. Possible values are:
|
Small, 54.0 | 54.0 |
| optionalVerifierCount | Integer | The minimum number of optional verifiers that must be checked. | Small, 54.0 | 54.0 |
| searchObjectName | String | The API name of the object on which search is performed. | Small, 54.0 | 54.0 |
| searchResultFilter | String | The conditions used to filter search results. For example, if the search is to be performed only on person accounts, use isPerson = true. | Small, 54.0 | 54.0 |
| searchResultSortOrder | String | The values used to sort and order search results. For example, if you want to sort the results by policy date and arrange them in a descending order, use PolicyDate__c Desc | Small, 54.0 | 54.0 |
| searchResultUniqueIdField | String | The unique identifying field of the selected search result. | Small, 54.0 | 54.0 |
| searchSequenceNo | Integer | The search sequence number. | Small, 54.0 | 54.0 |
| searchType | String | Indicates whether the search is text-based or object-based. In API version 54.0, object-based search isn’t supported. | Small, 54.0 | 54.0 |
| verificationProcessFieldList | Verification Process Field List Output | List of verification process fields. | Small, 54.0 | 54.0 |