﻿<?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>Thu, 20 Nov 2008 05:17:53 GMT</pubDate>
    <lastBuildDate>Thu, 20 Nov 2008 05:17:53 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>Test as a user</title>
      <description>&lt;p&gt;There are times where it is helpful to test your CRM changes logged in as a different user.   This will allow you to see everything that this user would experience.&lt;/p&gt;
&lt;p&gt;Of course you can physically log on to the users machine, but a better way is to run a simple batch script that will start the CRM web client and prompt you for the users password.&lt;/p&gt;
&lt;p&gt;The contents of the .bat script would look like:&lt;/p&gt;
&lt;blockquote dir="ltr" style="margin-right: 0px"&gt;
&lt;p&gt;runas /user:LITWAREINC\PaulW "C:\Program Files\Internet Explorer\iexplore  &lt;a href="http://moss:5555/loader.aspx"&gt;http://moss:5555/loader.aspx&lt;/a&gt;"&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You would supply your own CRM instance and user information.  You do need to know the users password to test this way.&lt;/p&gt;
&lt;p&gt;If you need to test specifically how something looks iwith the Outlook client, this won't help you... you'll still have to log on to the users machine and start Outlook.&lt;/p&gt;</description>
      <link>http://prod1.si-sv1740.com/crmblog/Home/tabid/866/EntryID/48/Default.aspx</link>
      <comments>http://prod1.si-sv1740.com/crmblog/Home/tabid/866/EntryID/48/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://prod1.si-sv1740.com/Default.aspx?tabid=866&amp;EntryID=48</guid>
      <pubDate>Fri, 11 Jul 2008 17:13:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://prod1.si-sv1740.com/DesktopModules/Blog/Trackback.aspx?id=48</trackback:ping>
    </item>
    <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>
    <item>
      <title>I accidentally regarded an email to the wrong account</title>
      <description>&lt;p&gt;This doesn't happen often, but when it does, it can be a pain to resolve if you don't follow the right steps.  A client of ours ran into this problem early on, as they were learning how to use MS CRM 3.0&lt;/p&gt;
&lt;p&gt;In order to "undo" or "untrack" and email do the following:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Make sure the original email still exists in your '&lt;strong&gt;Sent Items'&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Open your Activities using the &lt;strong&gt;'My Closed Activities'&lt;/strong&gt; view&lt;/li&gt;
    &lt;li&gt;Delete the email that was incorrectly 'Regarded' (&lt;em&gt;if you don't the following steps will copy the whole record, including the incorrect 'Regarding' field&lt;/em&gt;)&lt;/li&gt;
    &lt;li&gt;Go to &lt;strong&gt;'Sent Items'&lt;/strong&gt; in Outlook&lt;/li&gt;
    &lt;li&gt;Find the email that you need to track (&lt;em&gt;don't open it, just locate and highlight it in the list&lt;/em&gt;)&lt;/li&gt;
    &lt;li&gt;Click the &lt;strong&gt;'Track in CRM'&lt;/strong&gt; icon located in the CRM Toolbar.  (&lt;em&gt;You will get a warning that this record is already tracked and asks if you want to make a copy.)&lt;/em&gt;&lt;/li&gt;
    &lt;li&gt;Click &lt;strong&gt;'Yes'&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;(&lt;em&gt;one way to do this&lt;/em&gt;) Now open the email and Regard it to the correct Account.  Close the email.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You should now have successfully regarded this email to the correct account.&lt;/p&gt;</description>
      <link>http://prod1.si-sv1740.com/crmblog/Home/tabid/866/EntryID/30/Default.aspx</link>
      <comments>http://prod1.si-sv1740.com/crmblog/Home/tabid/866/EntryID/30/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://prod1.si-sv1740.com/Default.aspx?tabid=866&amp;EntryID=30</guid>
      <pubDate>Thu, 17 Apr 2008 15:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://prod1.si-sv1740.com/DesktopModules/Blog/Trackback.aspx?id=30</trackback:ping>
    </item>
  </channel>
</rss>