How to set the frequency of the Auto Merge
Learn how to schedule the Auto Merge job in Delpha using the DDQ_DuplicateRecord_AutoMerge Apex class. Automate daily deduplication in Salesforce.
Last updated
Was this helpful?
Learn how to schedule the Auto Merge job in Delpha using the DDQ_DuplicateRecord_AutoMerge Apex class. Automate daily deduplication in Salesforce.
Delpha allows you to automate the merge of duplicate records using the Auto Merge feature. To ensure the process runs regularly, you need to schedule the underlying Apex job in Salesforce.
Follow the steps below to configure or increase the frequency of this automation.
Go to Salesforce Setup
Click the gear icon in the top-right corner and select Setup.
Find Apex Classes
In the Quick Find search bar, type Apex Classes.
Select Apex Classes from the list.
Schedule the Merge Job
Click the Schedule Apex button.
In the list of Apex classes, select:
DDQ_DuplicateRecord_AutoMerge
Set Frequency
Configure the job to run daily (or at your preferred interval).
Once scheduled, Delpha will automatically merge eligible duplicate records based on the confidence threshold defined in your Duplicate Settings.
Apex Class
DDQ_DuplicateRecord_AutoMerge
Frequency
Daily
Trigger Location
Salesforce Setup → Apex Classes
You can create multiple schedules depending on the desired frequency
The automatic/mass merge deals with potential duplicates with Status = Auto Yes or Steward Yes. Duplicates processed through the bot are merged instantly.
Last updated
Was this helpful?
Was this helpful?