Overview
Insert record ID with filter
The doDirectProcess(Id recordId, String filterDeveloperName)
method starts the Direct Processing feature asynchronously for a specific Salesforce record, applying a predefined filter to refine duplicate detection.
Key points
- Initiates asynchronous duplicate detection and configured actions for a single record using the Direct Processing feature.
- Requires the
Id
of a Salesforce record to process. - Requires the developer name of a predefined filter to apply during processing.
- The filter is applied to potential duplicate records that are checked against the record specified by
recordId
. - The method does not return any value (
void
).
Updated 17 days ago