<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ZA5-TFH</title>
    <description>The latest articles on DEV Community by ZA5-TFH (@za5tfh).</description>
    <link>https://dev.to/za5tfh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1478932%2F01ae1552-4daf-40a4-9fbb-8b0a00f96a69.jpg</url>
      <title>DEV Community: ZA5-TFH</title>
      <link>https://dev.to/za5tfh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/za5tfh"/>
    <language>en</language>
    <item>
      <title>Duplicate Detection Rules in Dynamics 365 CRM.</title>
      <dc:creator>ZA5-TFH</dc:creator>
      <pubDate>Thu, 09 May 2024 01:50:59 +0000</pubDate>
      <link>https://dev.to/za5tfh/duplicate-detection-rules-in-dynamics-365-crm-3a2b</link>
      <guid>https://dev.to/za5tfh/duplicate-detection-rules-in-dynamics-365-crm-3a2b</guid>
      <description>&lt;p&gt;Duplicate detection Rules&lt;/p&gt;

&lt;p&gt;As the name implies, this is a rule set to detect duplicity of records in Microsoft Dynamics 365.&lt;br&gt;
This is one of the most important, if not the most important function to set, as it maintains data accuracy and consistency throughout the platform.&lt;/p&gt;

&lt;p&gt;Duplicate detection rules filter through everything in the system once it has been enabled, ranging from data imports, leads to contacts, including comparing entities everytime there is an update or a new record is created.&lt;/p&gt;

&lt;p&gt;The first step to making use of duplicate detection rules is to enable the function.&lt;/p&gt;

&lt;p&gt;To enable duplicate detection: Navigate to Settings &amp;gt; Data Management. &lt;br&gt;
select duplicate detection rules.Enable duplicate detection by setting the "duplicate detection" option to "Yes."&lt;/p&gt;

&lt;p&gt;After enabling duplicate detection, &lt;br&gt;
you can now go ahead to create duplicate detection Rules.&lt;br&gt;
Go to Settings &amp;gt; Data Management &amp;gt; Duplicate Detection Rules. Click "New" to create a new duplicate detection rule. The rules being created need to be defined by a unique criteria that identifies duplicate records based on specific fields e.g email address, name, custom fields. &lt;br&gt;
Choose the match type (Exact Match etc.) based on your requirements.&lt;/p&gt;

&lt;p&gt;After creating a duplicate detection rule, you need to activate it to make it effective. Select the rule you created and click "publish"&lt;/p&gt;

&lt;p&gt;Finally decided what happens when duplicates are found.&lt;br&gt;
Go to Settings &amp;gt; Data Management &amp;gt; Duplicate Detection Settings.Configure the settings for duplicate detection (e.g allow or prevent the creation of duplicate records).&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>learning</category>
      <category>database</category>
      <category>security</category>
    </item>
  </channel>
</rss>
