Overview
Insert record ID
The doDirectProcess(Id recordId)
method triggers the Direct Processing feature in the Plauti Duplicate Check system for a specific Salesforce record. This method allows you to asynchronously process a record to detect duplicates or perform other actions configured in the Direct Processing settings.
Key points
- Initiates asynchronous duplicate detection and configured actions for a single record using the Direct Processing feature.
- Direct Processing must be configured in the Duplicate Check Setup.
- Requires the
Id
of a Salesforce record to process. - The method does not return any value (
void
).
Updated 17 days ago