Duplicate rules are the foundation of how Data Doctor identifies potential duplicate records in your Salesforce data. This guide walks you through creating a custom rule tailored to your organization's specific needs.
Choose which Salesforce object you want to scan for duplicates. Data Doctor supports any object in your org, including custom objects.
Define how Data Doctor should compare records by selecting fields and configuring match criteria.
For each field, specify:
Build your logic: Combine field conditions using AND/OR operators. For example: 1 AND 2 or (1 AND 2) OR 3. Nested logic is fully supported for complex matching scenarios.
Narrow down which records are included in the duplicate scan by adding filter conditions. Filter by any field on the object to focus your rule on specific record subsets—for example, only active accounts, records from a certain region, or leads created in the last 90 days.
Configure when and how often your rule should run automatically.
Choose which fields you want to see when reviewing and comparing duplicate records. This helps you quickly assess matches and make informed merge decisions.
Fields used in your matching logic are automatically added as display columns by default. You can add additional fields to provide more context during review.
Tip: Start with a conservative rule using exact matching on key fields, then refine by adding fuzzy matching or adjusting logic based on the duplicates you find. You can always edit your rule later.
Once your rule is created, you can run it immediately or wait for its scheduled execution. Review identified duplicates in the Duplicate Manager, where you can merge records individually or in bulk.
Need Help? If you're unsure which fields or matching types to use for your specific data, contact our support team for guidance on building effective duplicate rules.