<?xml version="1.0" encoding="utf-8"?>
<rss
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 version="2.0">
<channel>
<title>Customer Effective Blog</title>
<link>http://blog.CustomerEffective.com/blog/</link>
<description>Microsoft Dynamics CRM Blog from Customer Effective, CRM Experts and a Microsoft Inner Circle partner.</description>
<language>en-US</language>
<lastBuildDate>Fri, 17 Feb 2012 08:39:00 -0500</lastBuildDate>
<generator>http://www.typepad.com/</generator>
<item>
<title>Configuring the CRM 4.0 Outlook client with IFD</title>
<link>http://blog.CustomerEffective.com/blog/2008/10/configuring-the-crm-40-outlook-client-with-ifd.html</link>
<guid isPermaLink="true">http://blog.CustomerEffective.com/blog/2008/10/configuring-the-crm-40-outlook-client-with-ifd.html</guid>
<description>When configuring the CRM 4.0 Outlook, there are a few considerations to keep in mind if the user plans to connect to CRM via IFD either some or all of the time. In the most typical scenario, the user will...</description>
<content:encoded>&lt;p&gt;&lt;br /&gt;When configuring the CRM 4.0 Outlook, there are a few considerations to keep in mind if the user plans to connect to CRM via IFD either some or all of the time.&amp;#0160; In the most typical scenario, the user will need to access CRM over the internet only part of the time, while in most other instances the user connects via the intranet to CRM either&amp;#0160;through a&amp;#0160;local&amp;#0160;connection to the network&amp;#0160;or&amp;#0160;via VPN.&amp;#0160; In this scenario, the user needs to be connected to the intranet prior to running the configuration wizard and specify both the intranet address and extranet web address accordingly.&amp;#0160; While this is very straight-forward, if users are planning to connect via IFD exclusively (for example, if the user works remotely and does not ever connect to the intranet via vpn), then this needs to be taken into consideration when providing instructions to users on how to configure the CRM 4.0 Outlook client as I&amp;#39;ve found this method of configuring the outlook client a bit confusing to end users and administrators alike when presented with the available options in the configuration wizard.&amp;#0160; &lt;br /&gt;When the wizard is first launched, the user is presented with two options for connecting to Microsoft Dynamics CRM - &amp;quot;My company&amp;quot; or &amp;quot;An online service provider&amp;quot;.&amp;#0160; While at first glance the option for &amp;quot;online service provider&amp;quot; might appear to be applicable only for users connecting to Microsoft Dyanmics CRM Online (The CRM online hosting service provided by Microsoft), this option is in fact applicable to any users planning to use IFD exclusively to connect to their companies on-premise CRM system. If a user in this scenario chooses the &amp;quot;My company&amp;quot; option, the intranet address field is required.&amp;#0160; If the user who does not have access to the intranet fills the internal URL into the intranet address field, the connection verification test will obviously fail, and if the user attempts to put in the IFD URL in both of these fields, the connection verification test will also fail due to the connection mechanism the wizard uses.&amp;#0160; The simple solution is to make sure that in this instance users are always choosing &amp;quot;An online service provider&amp;quot;, which will only prompt for the external IFD URL.&lt;/p&gt;</content:encoded>



<dc:creator>Rob Parrott</dc:creator>
<pubDate>Tue, 28 Oct 2008 15:28:58 -0400</pubDate>

</item>
<item>
<title>Considerations when configuring sitemap to display dashboard reports</title>
<link>http://blog.CustomerEffective.com/blog/2008/10/considerations-when-configuring-sitemap-to-display-dashboard-reports.html</link>
<guid isPermaLink="true">http://blog.CustomerEffective.com/blog/2008/10/considerations-when-configuring-sitemap-to-display-dashboard-reports.html</guid>
<description>When using dashboards in CRM, in most instances these objects will be exposed through a Sharepoint webpart, but keep in mind that dashboard reports can also be exposed in CRM via a URL in sitemap. While this method doesn&#39;t offer...</description>
<content:encoded>&lt;p&gt;When using dashboards in CRM, in most instances these objects will be exposed through a Sharepoint webpart, but keep in mind that dashboard reports can also be exposed in CRM via a URL in sitemap.&amp;#0160; While this method doesn&amp;#39;t offer quite the flexibility&amp;#0160;as that found in Sharepoint, if a client doesn&amp;#39;t have a sharepoint server or has issues with authenticating to Sharepoint (as can happen when&amp;#0160;users access&amp;#0160;CRM via IFD), this can be a good alternative.&amp;#0160; One thing to keep in mind with this approach is that the report might be using a URL with what an xml parser would consider reserved characters such as an ampersand symbol, which can be&amp;#0160;a common delimiter&amp;#0160;in report URL&amp;#39;s.&amp;#0160; This can extend to other types of reserved characters but in our example we will talk about the &amp;amp;&amp;#0160;exclusively.&lt;br /&gt;For example, consider the URL listed below.&amp;#0160; If I were to paste this into a browser in the source system, it would resolve the dashboard report just fine in a browser, but attempting to use this same URL in sitemap (an xml document) would render the xml malformed and error out when attempting to import it into CRM.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://crm.customerserver.com/NOD/crmreports/viewer/viewer.aspx?id={93B4703E-E693-DD11-B0C9-0050569B3651}&amp;amp;helpID=BookingsDashboard1.rdl&amp;amp;action=filter&quot;&gt;https://crm.customerserver.com/NOD/crmreports/viewer/viewer.aspx?id={93B4703E-E693-DD11-B0C9-0050569B3651}&amp;amp;helpID=BookingsDashboard1.rdl&amp;amp;action=filter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The solution in this case is to use a pre-defined character reference for the &amp;amp; symbol so that the resulting XML in sitemap can be parsed properly.&amp;#0160; Using our previous example, this is how the URL should appear in sitemap.&amp;#0160; Note that the &lt;strong&gt;&amp;amp;&lt;/strong&gt; is now followed by &lt;strong&gt;amp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;a href=&quot;https://crm.customerserver.com/NOD/crmreports/viewer/viewer.aspx?id={93B4703E-E693-DD11-B0C9-0050569B3651}&amp;amp;amp;helpID=BookingsDashboard1.rdl&amp;amp;amp;action=filter&quot;&gt;https://crm.customerserver.com/NOD/crmreports/viewer/viewer.aspx?id={93B4703E-E693-DD11-B0C9-0050569B3651}&amp;amp;amp;helpID=BookingsDashboard1.rdl&amp;amp;amp;action=filter&lt;/a&gt;&lt;/font&gt;&lt;/span&gt;&lt;a href=&quot;https://crm.customerserver.com/NOD/crmreports/viewer/viewer.aspx?id={93B4703E-E693-DD11-B0C9-0050569B3651}&amp;amp;helpID=BookingsDashboard1.rdl&amp;amp;action=filter&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Keep in mind that attempting to use this URL in a browser URL address will result in errors as it&amp;#39;s not going to be able to interpret the character reference .&amp;#0160; So the true test is to put copy this URL into sitemap (customizations.xml) and opening it in an xml parser - the xml parser should now be able to clarify which part of the code is the content and which part is the tag and transform the URL accordingly, as shown below:&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&lt;o:p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: -12pt; LINE-HEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;SubArea&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: -24pt; LINE-HEIGHT: normal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: &amp;#39;Courier New&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;#0160;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;SubArea&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;Id&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;Dashboard&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; Title&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;Dashboard&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; Url&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;https://crm.customerserver.com/NOD/crmreports/viewer/viewer.aspx?id={93B4703E-E693-DD11-B0C9-0050569B3651}&amp;amp;helpID=BookingsDashboard1.rdl&amp;amp;action=filter&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; Icon&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;/_imgs/bar_bottom_ico_reports.gif&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot; /&amp;gt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: -24pt; LINE-HEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&lt;a class=&quot;warning-localfile&quot; href=&quot;file:///C:/Temp/SiteMap/RCP10282008/customizations.xml&quot;&gt;&lt;strong&gt;&lt;span style=&quot;COLOR: red; FONT-FAMILY: &amp;#39;Courier New&amp;#39;; mso-bidi-font-size: 11.0pt&quot;&gt;-&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;SubArea Id&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;nav_reports&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; Entity&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;report&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; Url&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;/CRMReports/home_reports.aspx&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; DescriptionResourceId&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;Reports_Description&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&amp;gt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: -24pt; LINE-HEIGHT: normal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: &amp;#39;Courier New&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;#0160;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;Privilege&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;Entity&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;report&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; Privilege&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;Read&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;quot; /&amp;gt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: -12pt; LINE-HEIGHT: normal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: &amp;#39;Courier New&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;#0160;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: #990000; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;SubArea&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: &amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: -12pt; LINE-HEIGHT: normal&quot;&gt;&lt;/p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;MARGIN: 0in 0in 0pt; TEXT-INDENT: -12pt; LINE-HEIGHT: normal&quot;&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;</content:encoded>



<dc:creator>Rob Parrott</dc:creator>
<pubDate>Tue, 28 Oct 2008 11:37:18 -0400</pubDate>

</item>

</channel>
</rss>

<!-- ph=1 -->

