You might think resolving duplicate records should be a quick and easy fix.
But as we’ll see in this article, deduping your records actually takes more tactical work than you’d expect.
For instance:
I’ll be covering these tactical gremlins in this article, as well as offering you some practical solutions to preventing and cleaning up duplicate leads in Salesforce.
Duplicate leads or records in Salesforce happen when the same person or company is entered into Salesforce more than once.
…right?
Actually, the definition of duplicate leads depends on your organization.
I’ll give you two concrete scenarios to show you that I’m not deliberately nitpicking here.
Scenario 1: You sell ERP (Enterprise Resource Planning) software to Fortune 100 companies.
There’s no reason you would ever intentionally create multiple accounts for a company like GE. In this situation, you could use the Account Name field to check for duplicates. You know that ‘GE’, ‘General Electric’, and ‘GE Inc’ are all duplicates—an easy fix. Crafting your definition of a duplicate will be a relatively straightforward process.
Scenario 2: You sell POS (Point of Sale) systems to individual franchises.
There were over 13,000 McDonald’s locations in the US in 2019, so finding two accounts with McDonald’s in the name doesn’t mean you’ve found a duplicate. In this situation, your definition of a duplicate will need to be more complex.
It’s crucial to construct a clear, written definition of what a duplicate is before moving forward.
While “fuzzy” definitions can be useful in some instances, they can’t be relied on. If your definition leaves any room for interpretation or subjective judgment, you’ll struggle to eliminate duplicates in a programmatic way.
Finally, you should also be aware that there are varying degrees of duplicate leads. Some are complete carbon copies of one another. Others contain only partially copied information.
And, as time goes on, one of the records may be updated — and the others not.
For example, two records might contain the same name, phone number, email, etc. But as time goes on, only one of those records is updated with new information about the customer.
So be careful to keep the most up-to-date and accurate record.
The way you’ll resolve duplicates — and prevent them in the first place — will depend on a few factors:
Remember when I said the fixing duplicate leads was more tactical than you’d imagine?
You might be fine just leveraging Salesforce’s built-in Duplicate Management. But this tool is definitely not without its limitations. In many cases, you’ll need a custom fix (more on that in a minute).
I’ll walk you through strategies for managing duplicate records in Salesforce, both natively within Salesforce and via third-party apps.
Salesforce has its own native duplicate management system for users on the ‘Performance’ and ‘Unlimited’ plans.
If this is you, you can set up your own rules directly within Salesforce for Accounts, Leads, and Contacts to help avoid duplication of records.
Pro tip: Remember, setting up cross-object rules is crucial because many Leads can exist as Contacts and vice versa.
Depending on the type of record you’re trying to dedupe (e.g. accounts, contacts, deals, etc), the you’ll most likely want to focus on email address and company domain.
For example, you can create a standard “Account Exact Name” match that automatically blocks or alerts a user if an account already exists with the same name.
Pro: Simple and straightforward to set up
To avoid the error above, try setting up a “fuzzy rule.” This rule will return matches when two fields are similar, but not an exact match.
Pro: Fuzzy rules can surface duplicate accounts that “exact match” searches miss.
Con: Fuzzy logic, especially when applied to an object like Account Name, is far from exact. So if you’re using a fuzzy rule, pair it with additional matching criteria, like an address or email exact match. This can help ensure that duplicates are returned from the server when utilizing fuzzy logic.
Another easy way to avoid creating duplicate contacts and leads is to import them via Salesforce’s Data Import Wizard.
This feature automatically prevents the creation of duplicate records using the record’s email address as a unique identifier.
Finally, to avoid cross-object duplication, you can set up rules such as “Lead-to-Contact email exact match” and “Contact-to-Lead match” to alert users to a potential cross-object duplicate.
Conclusion: Besides its Data Import Wizard, Salesforce doesn’t do a great job of providing out-of-the box deduplication tools. So most organizations will end up purchasing 3rd party software/extensions.
I’ll walk you through my two favorites:
At Iceberg, we’ve experimented with a few tools from the Appexchange for duplication management.
You can use Cloudingo to clean and dedupe large quantities of data that have been entered prior to any creation of duplicate rules. It can also handle mass dumps the dupe rules missed.
Pro: You can scan your data and auto-merge duplicates every week, every day, or even every hour.
Con: A new duplicate can still cause a problem during a small window of time before the next automation runs.
Imagine this scenario:
Earlier in the day, a decision-maker at an existing account with an important, active opportunity downloads a whitepaper as part of their research.
This action triggers the creation of a new lead record in Salesforce, but it’s a duplicate of the existing account record.
The new lead is automatically routed to a Sales Development Rep, who fails to check the system for duplicates (of course, this never happens… right?).
These workflows can be configured to check for duplicates, merge matching records, convert leads, update fields, send email alerts, and more.
Pro: LeanData is super robust, and its workflows offer comprehensive duplicate resolution and prevention.
Con: This tool is so robust that getting to grips with some of the logic can be challenging.
…but we really recommend sticking it out as it can become an invaluable tool for your organization.
I hope by now you can see that deduping your records isn’t a simple in-and-out process and without taking the time to consider your requirements you can end up paying big in terms of data integrity and wasted resources.
No one person, plan, or tool can guarantee a duplicate-free Salesforce instance. But with the right technologies and implementation plan, it’s possible to find and correct the majority of duplications.
So before jumping into start deduplicating your records remember these key points:
The post How to Prevent and Fix Duplicate Records in Salesforce appeared first on Sales Hacker.