Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Duplicates in MSCRM

Posted on by 5,005

Hi,we need to find an duplicates in Account entity

 sandeep this account name has 61 duplicates with same email address how to find same duplicates in MSCRM how?

Any suggestions will be marked as verified as it is imp

*This post is locked for comments

  • Verified answer
    Arpit Shrivastava Profile Picture
    Arpit Shrivastava 7,518 User Group Leader on at
    RE: Duplicates in MSCRM

    Try this:

    SELECT name, emailaddress, COUNT(emailaddress)

    FROM account

    GROUP BY name, emailaddress

    HAVING COUNT(emailaddress) > 1

    If my answer helped to resolve your issue, kindly verify it by clicking 'Yes'. It would be helpful to the other community members seeking to resolve a similar issue.

    Cheers
    Arpit
    https://arpitmscrmhunt.blogspot.in

  • Verified answer
    Rawish Kumar Profile Picture
    Rawish Kumar 13,756 on at
    RE: Duplicates in MSCRM

    Hi Sandeep,

    try below :

    SELECT name, COUNT(email)

    FROM account

    GROUP BY email

    HAVING COUNT(email) > 1

    this will give you list of all the accounts. Just change the column names you need and table name as necessary.

  • sandeepc Profile Picture
    sandeepc 5,005 on at
    RE: Duplicates in MSCRM

    How can we achieve it using SQL query any suggestions pls. Will mark as veeified

  • Rawish Kumar Profile Picture
    Rawish Kumar 13,756 on at
    RE: Duplicates in MSCRM

    Hi Sandeep,

    You can make use of duplicate detection rule in CRM , have a look on the below :

    docs.microsoft.com/.../set-up-duplicate-detection-rules-keep-data-clean

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans