Overview
Update index for an Object
The doIndex(String objectPrefix) method initiates a indexing process for a specified Salesforce object. By generating a Search Index, Plauti Deduplicate creates a key (hash) for the specified objects, based on fields defined in your scenario. This key is utilized to compare records, improving results and scoring of duplicate records
Key points
- Generates a Search Index for the specified Salesforce object.
- The indexing process is initiated asynchronously.
- Returns a Boolean value:
-
true: Indicates that the indexing process has successfully started.false: Indicates that the process failed to start.
-
Updated 5 months ago