Find every duplicate, every time
Powerful matching algorithms that go beyond exact matches to find duplicates hiding in different formats, typos, and abbreviations.
Matching Algorithms
Multiple matching strategies work together to catch duplicates that simple rules miss.
Cross-Object Matching
Find duplicates that exist across different Salesforce objects.
Configurable field mappings — Map any field from one object to another for matching. For example, map Lead.Company to Account.Name.
Custom Field Mappings
Configure exactly how fields are compared across objects for precise matching.
- Map standard fields like Name, Email, Phone across objects
- Map custom fields (e.g., Lead.Custom_ID__c to Account.External_ID__c)
- Configure multiple field pairs per object relationship
- Set matching weight per field (prioritize email over phone)
Cached Dynamic Scanning
Lightning-fast scans with intelligent metadata caching.
Up to 10x faster repeat scans — Object metadata and field definitions are cached after the first scan, dramatically reducing Salesforce API calls on subsequent scans.
Cache automatically refreshes when object definitions change in Salesforce.
Supported Objects
Standard objects include:
Confidence-Based Results
Every match shows a confidence score so you can prioritize high-confidence duplicates first.
- Confidence percentages for every match
- Field-by-field similarity breakdown
- Sort and filter by confidence level
- Quick actions for merge or dismiss