Detect duplicate data

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Note

The information provided here is for versions of Dynamics 365 prior to Dynamics 365 (online), version 9.0. For the latest documentation, see Detect duplicate data so you can fix or remove it.

To determine whether a record is a potential duplicate, Microsoft Dynamics 365 uses duplicate detection rules. When publishing a duplicate detection rule, a matchcode is created for each existing record. A matchcode is also created when a record is created or updated. When a record is in the process of being created or updated, its matchcode can be checked automatically against the matchcodes of existing records. By default, Microsoft Dynamics 365 has simple duplicate detection rules for accounts, contacts, and leads. For example, you detect duplicates by matching the record fields, such as email address, first name, and last name.

Duplicate detection works by comparing generated match codes of existing records with each new record being created. These match codes are created as each new record is created. Therefore, there is potential for one or more duplicate records to be created if they are processed at the exact same moment. In addition to detecting duplicates as they are created, you should schedule duplicate detection jobs to check for other potential duplicate records.

Note

Duplicate detection works with Microsoft Dynamics 365 for tablets, but isn't available for Dynamics 365 for phones.

Important

You have to be a system administrator or a system customizer to create, enable, and publish duplicate detection rules for your organization.

After publishing a duplicate detection rule, increasing the length of fields that are included in the duplicate detection criteria goes undetected. The field length could exceed the matchcode length limit and not be verified. This may result in duplicates not being detected.

You can create multiple detection rules for the same entity type. However, you can publish a maximum of five duplicate detection rules per entity type at one time.

You can detect duplicates:

  • When you create or update records for entities that enabled for duplicate detection. This includes records created with Dynamics 365 for Outlook and tracked in Microsoft Dynamics 365 web application. The duplicate detection dialog is only displayed for the records created or updated in the Dynamics 365 user interface (UI). For example, for records created by a workflow, the duplicate detection dialog is not displayed.

    Note

    Microsoft Dynamics 365 has the ability to detect duplicates for the updated UI entities when you create or update records using entity forms or grid views in the Dynamics 365 web application.

  • When Dynamics 365 for Outlook goes from offline to online.

  • During data import. You can specify whether or not to check for duplicates during the import.

    Note

    Duplicates can’t be detected when a user merges two records, converts a lead, or saves an activity as completed. Duplicates also aren’t detected when a user changes the status of a record, such as activating or reactivating it.

To check for duplicates in the web application, you can use Detect Duplicates capability provided in More Commands (More commands button) on the nav bar in the grid. The duplicate records are also detected when you import data programmatically or through Import Data Wizard. In addition, you can check for duplicates by running scheduled duplicate detection jobs. For step-by-step instructions on how to set up the duplicate detection job, see Run system jobs to detect duplicates.

A duplicate detection job runs in the background while you do other things in Microsoft Dynamics 365. You can request email notification from Dynamics 365 upon the completion of a duplicate detection job.

See Also

Manage your data
Import data (all record types)
Check for duplicates
Set up duplicate detection rules
Run system jobs to detect duplicates
Delete bulk records

© 2017 Microsoft. All rights reserved. Copyright