﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Regarding MS CRM</title>
    <description>Notes, tidbits, and hopefully, helpful hints regarding MS CRM</description>
    <link>http://prod1.si-sv1740.com/crmblog/Home/tabid/866/BlogId/24/Default.aspx</link>
    <language>en-US</language>
    <webMaster>brent.eicher@customer-connect.com</webMaster>
    <pubDate>Tue, 06 Jan 2009 17:42:43 GMT</pubDate>
    <lastBuildDate>Tue, 06 Jan 2009 17:42:43 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>Duplicate Detection</title>
      <description>&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;font size="1"&gt;I was testing the new Duplicate Detection feature in MS CRM 4.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;o:p&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;font size="1"&gt;I wanted to be warned about duplicates that might be entered as a Contact with the same name and phone number of an existing Contact.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;I created a new rule that looked for an exact match on &lt;strong style="mso-bidi-font-weight: normal"&gt;Full Name&lt;/strong&gt; and &lt;strong style="mso-bidi-font-weight: normal"&gt;Business Phone&lt;/strong&gt;.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;Through testing, the duplicates were not detected as I entered new Contacts with seemingly the same name and phone number.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;Initially I thought that, maybe there was a 'latency period' for the newly published rules to take effect, and tried again a little later.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;o:p&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;font size="1"&gt;The problem was that I was testing the Contacts &lt;strong style="mso-bidi-font-weight: normal"&gt;Full Name&lt;/strong&gt;.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;Since the record is not saved until after the duplicate detection work is done, the Full Name attribute was empty.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;I had to back up and modify the rule to test for the discrete &lt;strong style="mso-bidi-font-weight: normal"&gt;Last name&lt;/strong&gt; and &lt;strong style="mso-bidi-font-weight: normal"&gt;First name&lt;/strong&gt; fields.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;Once I made this change, the duplicates were detected.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;o:p&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;font size="1"&gt;&lt;strong style="mso-bidi-font-weight: normal"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;Tip&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 10pt; font-family: "&gt;: &lt;em style="mso-bidi-font-style: normal"&gt;Since the match codes are updated every 5 minutes, there is still a chance that duplicate records will sneak in, if entering several records in succession.&lt;o:p&gt;&lt;/o:p&gt;&lt;/em&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;o:p&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-pagination: none; mso-layout-grid-align: none"&gt;&lt;span style="font-size: 10pt; font-family: "&gt;&lt;font size="1"&gt;I also ran into a problem, where the duplicate detection rule "fired", but it seemed to get stuck in some loop, and never returned the form that challenges me choose whether I want to go ahead and add the record anyway, or cancel out. &lt;em style="mso-bidi-font-style: normal"&gt;The security roles for users, need to have the "Duplicate Detection Rule" set properly (ie NOT 'None Selected') for the duplicate detection function to process full&lt;/em&gt;y. Once I fixed this in the roles, duplicate detection worked all of the way through. &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <link>http://prod1.si-sv1740.com/crmblog/Home/tabid/866/EntryID/40/Default.aspx</link>
      <comments>http://prod1.si-sv1740.com/crmblog/Home/tabid/866/EntryID/40/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://prod1.si-sv1740.com/Default.aspx?tabid=866&amp;EntryID=40</guid>
      <pubDate>Tue, 13 May 2008 16:10:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://prod1.si-sv1740.com/DesktopModules/Blog/Trackback.aspx?id=40</trackback:ping>
    </item>
  </channel>
</rss>