<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Saratoga Technologies Microsoft CRM Blog &#187; Customizations</title>
	<atom:link href="http://crmblog.saratogaus.com/index.php/category/customizations/feed/" rel="self" type="application/rss+xml" />
	<link>http://crmblog.saratogaus.com</link>
	<description>A Microsoft Partners Journey Through CRM.</description>
	<lastBuildDate>Tue, 14 Jun 2011 01:06:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CRM As a Rapid Development Platform &#8211; David Yack</title>
		<link>http://crmblog.saratogaus.com/index.php/2010/10/12/crm-as-a-rapid-development-platform-david-yack/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2010/10/12/crm-as-a-rapid-development-platform-david-yack/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 14:09:38 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[business platform]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[LOB application development]]></category>
		<category><![CDATA[XRM]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/?p=378</guid>
		<description><![CDATA[I was reccomended this book from a fellow CRM Consultant, and not having it in my office i decided to give it a read. I mainly decided i should read this book because i until that point had not seen too many books that are specifically focused on the idea of CRM as a RAD for developing [...]]]></description>
			<content:encoded><![CDATA[<p>I was reccomended this book from a fellow CRM Consultant, and not having it in my office i decided to give it a read. I mainly decided i should read this book because i until that point had not seen too many books that are specifically focused on the idea of CRM as a RAD for developing Custom Line of Business Applications. So basically&#8230;. yes, it sounds really funny.. CRM as a RAD for LOB&#8217;s. Say that 3 times in a row&#8230; LOL!</p>
<p>I mean i have written about it before a few times in the past such as <a title="CRM 4 as a business platform" href="http://crmblog.saratogaus.com/index.php/2008/06/05/the-ultimate-business-platform-a-feature-perspective-of-crm-4/">&#8220;CRM &#8211; the ultimate business platform?&#8221; </a>but i was interested that this book covers new topics such as integration with Microsoft Silverlight.</p>
<p>A technical and in depth conversations about web services, and the CRM 4 Metadata API, Plugins and Callout functionality is what i was really looking for. This book didn&#8217;t actually replace the SDK like it promised, however it complemented it quite nicely in my opinion. A book for the CRM Solution Architect&#8230; Yipee Great Stuff!</p>
<p align="left"> </p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2010/10/12/crm-as-a-rapid-development-platform-david-yack/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Show Technician Route in CRM</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/10/23/show-technician-route-in-crm/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/10/23/show-technician-route-in-crm/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 18:28:50 +0000</pubDate>
		<dc:creator>Ken Allgood</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Dynamics CRM 4.0]]></category>
		<category><![CDATA[General CRM]]></category>
		<category><![CDATA[CRM Technician Route Enterprise Scheduler Field Service Anywhere google Map]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/?p=409</guid>
		<description><![CDATA[One simple but useful idea that was posted on the Microsoft Dynamics CRM Team Blog was how to use an IFrame to show a map of an accounts business location (http://blogs.msdn.com/crm/archive/2009/04/15/microsoft-dynamics-crm-iframe-magic.aspx).
We decided to take this idea one step further. Since our in-house technicians go out to several client locations in a given day, it would [...]]]></description>
			<content:encoded><![CDATA[<p>One simple but useful idea that was posted on the Microsoft Dynamics CRM Team Blog was how to use an IFrame to show a map of an accounts business location (<a title="http://blogs.msdn.com/crm/archive/2009/04/15/microsoft-dynamics-crm-iframe-magic.aspx" href="http://blogs.msdn.com/crm/archive/2009/04/15/microsoft-dynamics-crm-iframe-magic.aspx" target="_blank">http://blogs.msdn.com/crm/archive/2009/04/15/microsoft-dynamics-crm-iframe-magic.aspx</a>).</p>
<p>We decided to take this idea one step further. Since our in-house technicians go out to several client locations in a given day, it would be nice to give them a set of map directions to go from client to client. Using Dynamics GP and Enterprise Scheduler in-house (along with Field Service Anywhere), we have a database of scheduled appointments as well as the client addresses.</p>
<p>First thing we did was to create a SQL view of all of the appointments for that day. The view includes the Tech ID and the client&#8217;s address.</p>
<p>Next, we created a .NET app that takes the Technicians ID as a passed parameter, pulled all of the appointments from the view using the Tech&#8217;s ID, ordered them by appointment date (done in SQL view), then created a URL for google maps with all of the addresses.</p>
<p>This next part can be done in many ways. You do not even need to do anything in CRM, just create a web form to allow the user to select a Tech ID, and call the .NET app above. We decided to embed it in CRM, and this is how we did it. We created an entity called Technician Service Route, made the &#8220;Name&#8221; field of a record the name of the technician (and made him the owner). We created a field for the Tech ID (which we manually enter), and added a tab for an IFRAME to link in the .net app. Pass the tech id to the .NET app, and all done. We also made the Route tab the first tab on the entity form.  Now, when a technician opens up the Technician Service Routes, they have just their record, open it up,  and there&#8217;s his map for the day.</p>
<div id="attachment_412" class="wp-caption alignnone" style="width: 535px"><img class="size-full wp-image-412" src="http://crmblog.saratogaus.com/wp-content/uploads/2009/10/tech_route.JPG" alt="Technician Service Route" width="525" height="402" /><p class="wp-caption-text">Technician Service Route</p></div>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/10/23/show-technician-route-in-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Sharepoint Services and Easy Microsoft CRM Integration</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/07/24/windows-sharepoint-services-and-easy-microsoft-crm-integration/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/07/24/windows-sharepoint-services-and-easy-microsoft-crm-integration/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:36:52 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Microsoft CRM and Sharepoint]]></category>
		<category><![CDATA[microsoft sharepoint services]]></category>
		<category><![CDATA[MOSS Integration with CRM]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/07/24/windows-sharepoint-services-and-easy-microsoft-crm-integration/</guid>
		<description><![CDATA[Well i set out this week to take a dive into the Microsoft Sharepoint API and find a helpful way that i could provide additional value add by providing a way to commonly share files across Windows Sharepoint Services 3.0 (Like on a dedicated fileserver) and Microsoft CRM.
 After finding many helpful documents and whitepapers on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://crmblog.saratogaus.com/wp-content/uploads/2009/07/mscrmandsharepoint.jpg" title="Microsoft CRM and Sharepoint"></a>Well i set out this week to take a dive into the Microsoft Sharepoint API and find a helpful way that i could provide additional value add by providing a way to commonly share files across Windows Sharepoint Services 3.0 (Like on a dedicated fileserver) and Microsoft CRM.</p>
<p> After finding many helpful documents and whitepapers on the feat i decided that the easiest way to integrate the 2 would consist of a few c# .NET services. The first service i will call the Document Synchronization Service.</p>
<p>This is really no more than a small c#.net console application that checks the customers that exist in CRM, finds the fileserver that sharepoint services is installed on, and then automagically creates the folder structure that is needed for consistant document storage on the network per customer.</p>
<p> So off the top it went something&#8230; a like so&#8230;</p>
<p><font size="2" color="#0000ff"><font size="2" color="#0000ff">using</font></font><font size="2"> (</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SPSite</font></font><font size="2"> oSiteCollection = </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> </font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SPSite</font></font><font size="2">(</font><font size="2" color="#a31515"><font size="2" color="#a31515"><a href="http://nicholasc-2008/Client%20Data/Forms/AllItems.aspx">http://nicholasc-2008/Client%20Data/Forms/AllItems.aspx</a></font></font><font size="2">))</font><font size="2">{</font><font size="2"><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">//Testing ONLY&#8230; this is for later as this code will next have a data and service connection to the MSCRM db.</font></font></font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> folderName = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;Customer Name Here&#8221;</font></font><font size="2">; </font><font size="2"><font size="2" color="#2b91af"><font size="2" color="#2b91af">SPList</font></font><font size="2"> oList = oSiteCollection.AllWebs[</font><font size="2" color="#a31515"><font size="2" color="#a31515">""</font></font><font size="2">].Lists[</font><font size="2" color="#a31515"><font size="2" color="#a31515">"Client Data"</font></font><font size="2">];</font></font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SPListItem</font></font><font size="2"> newFolder = oList.Items.Add(</font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">, </font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SPFileSystemObjectType</font></font><font size="2">.Folder, folderName);</font><font size="2">newFolder.Update();</font><font size="2">}</p>
<p>Ok, so now that works and creates a folder in my Windows Sharepoint Services instance i am connected to&#8230; Now on to CRM.</p>
<p>The second part was to create a custom tab with some simple javascript and an iframe in the customer area in Microsoft CRM so that when the page is loaded the appropriate client folder is rendered and retrieved from the fileserver chosen.</p>
<p></font>The result is the following screen.</p>
<p><a href="http://crmblog.saratogaus.com/wp-content/uploads/2009/07/mscrmandsharepoint.jpg" title="Microsoft CRM and Sharepoint"><img src="http://crmblog.saratogaus.com/wp-content/uploads/2009/07/mscrmandsharepoint.thumbnail.jpg" alt="Microsoft CRM and Sharepoint" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/07/24/windows-sharepoint-services-and-easy-microsoft-crm-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Alerts and Notifications (with little overhead) in Microsoft CRM</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/07/09/easy-alerts-and-notifications-with-little-overhead-in-microsoft-crm/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/07/09/easy-alerts-and-notifications-with-little-overhead-in-microsoft-crm/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:02:01 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[Microsoft CRM alerts]]></category>
		<category><![CDATA[notifications]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/07/09/easy-alerts-and-notifications-with-little-overhead-in-microsoft-crm/</guid>
		<description><![CDATA[Ok, so one of the main features in Microsoft CRM is to be alerted when specific things occur within the platform. For example when a specific item that you are selling has a renewal that is upcoming, possibly yearly maintenance, or anything and everything.
 So you have a ton of options, i mean literally you could [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so one of the main features in Microsoft CRM is to be alerted when specific things occur within the platform. For example when a specific item that you are selling has a renewal that is upcoming, possibly yearly maintenance, or anything and everything.</p>
<p> So you have a ton of options, i mean literally you could create workflows that sat around and waited to be fired in Microsoft CRM. But if you do not want tons of workflow processes hanging around there is a different approach that i suggest.</p>
<p>In this example a customer was looking for a way to be updated when a specific renewal was within so many days of expiring.</p>
<p>So in .Net this was really easy to create a console application that runs on whatever interval that you decide (Daily, weekly, monthly, etc.) That will search out and send information or an alert that something is happening in the system.</p>
<p>Just a note as this is not specific to only Microsoft CRM, it could be Dynamics GP, or any  type of database that you can connect to across your entire organization.</p>
<p>So on with the .Net Code right? Ok.</p>
<p><font size="2" color="#008000"><font size="2" color="#008000">//Pull Renewals that are expiring in the next 0-30 Days completely Configurable</p>
<p></font></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> connString = </font><font size="2" color="#a31515"><font size="2" color="#a31515">@&#8221;server = CRM;integrated security = true;database = SaratogaTechnologiesIncTEST_MSCRM&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> sql = </font><font size="2" color="#a31515"><font size="2" color="#a31515">@&#8221;select * from FilteredServiceRenewalsForService where sti_serviceexpires &gt; dateadd(day, datediff(day, 0, getdate()), 0)and sti_serviceexpires &lt;= dateadd(day, datediff(day, 0, getdate()), 30)&#8221;</font></font><font size="2">;</font></p>
<p></font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SqlConnection</font></font><font size="2"> conn = </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> </font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SqlConnection</font></font><font size="2">(connString);</font><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">//Mailing Loop, Start for Application to Mail Service Reports </font></font></p>
<p></font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">try</font></font></p>
<p></font><font size="2">{ <font size="2" color="#008000"><font size="2" color="#008000">//Open MY Connection to Microsoft CRM DS</font></font></p>
<p></font><font size="2">conn.Open();</p>
<p></font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SqlDataAdapter</font></font><font size="2"> da = </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> </font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SqlDataAdapter</font></font><font size="2">(sql, conn);</font><font size="2"><font size="2" color="#2b91af"><font size="2" color="#2b91af">DataTable</font></font><font size="2"> dt = </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> </font><font size="2" color="#2b91af"><font size="2" color="#2b91af">DataTable</font></font><font size="2">();<font size="2" color="#008000"><font size="2" color="#008000">//Fill Data in DT</font></font></p>
<p></font></p>
<p></font><font size="2">da.Fill(dt);</p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">foreach</font></font><font size="2"> (</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">DataRow</font></font><font size="2"> row </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">in</font></font><font size="2"> dt.Rows)</font><font size="2">{</p>
<p><font size="2" color="#008000"><font size="2" color="#008000">//Start For Loop</font></font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">foreach</font></font><font size="2"> (</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">DataColumn</font></font><font size="2"> col </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">in</font></font><font size="2"> dt.Columns)</font><font size="2"><font size="2" color="#2b91af"><font size="2" color="#2b91af">Console</font></font><font size="2">.WriteLine(row[col]);<font size="2" color="#008000"><font size="2" color="#008000">//Default Message Information</font></font></p>
<p></font></p>
<p></font><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">//Pause Mailer for 5 seconds (Optional)</font></font></p>
<p></font><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">//System.Threading.Thread.Sleep(5000);</font></font></p>
<p></font><font size="2" color="#008000"><font size="2" color="#008000">/* CRM DataSet Fields &#8211; From View</font></font><font size="2" color="#008000"><font size="2" color="#008000">* 20 &#8211; Company Name</p>
<p>* 30 &#8211; Service</p>
<p>* 34 &#8211; ServiceStart</p>
<p>* 31 &#8211; ServiceExpires</p>
<p>* 27 &#8211; SKUPART</p>
<p>* 36 &#8211; Users Number</p>
<p>* 25 &#8211; RenewalDetails</p>
<p>* 28 &#8211; Renewal Status</p>
<p>* 39 &#8211; SalesPersonName</p>
<p>* 40 &#8211; SalesPersonEmail</p>
<p>Initialize VARS*/</p>
<p></font></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> compname = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> Service = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> ServiceStart = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> ServiceExpires = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> SKUPART = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> USERS = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> RenewalDetails = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> RenewalStatus = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> SalesPersonName = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> SalesPersonEmail = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> EmailAddress = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> URLStringVAR = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> URLString = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;</font><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">/*Set Variables to values */</font></font></p>
<p></font><font size="2">compname = (row[23].ToString());</p>
<p>Service = (row[30].ToString());</p>
<p>ServiceStart = (row[34].ToString());</p>
<p>ServiceExpires = (row[31].ToString());</p>
<p>SKUPART = (row[27].ToString());</p>
<p>USERS = (row[36].ToString());</p>
<p>RenewalDetails = (row[25].ToString());</p>
<p>RenewalStatus = (row[28].ToString());</p>
<p>SalesPersonName = (row[39].ToString());</p>
<p>SalesPersonEmail = (row[40].ToString());</p>
<p>URLStringVAR = (row[33].ToString());</p>
<p>URLString = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;http://crmserver1:5555/SaratogaTechnologiesInc/userdefined/edit.aspx?id={&#8221;</font></font><font size="2">;</font><font size="2">URLString = URLString + URLStringVAR;</p>
<p>URLString = URLString + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;}&amp;etc=10007#&#8221;</font></font><font size="2">;</font><font size="2">System.Net.Mail.<font size="2" color="#2b91af"><font size="2" color="#2b91af">MailMessage</font></font><font size="2"> message = </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> System.Net.Mail.</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">MailMessage</font></font><font size="2">();System.Net.Mail.</font></p>
<p></font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SmtpClient</font></font><font size="2"> smtp = </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> System.Net.Mail.</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SmtpClient</font></font><font size="2">(</font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;exchange&#8221;</font></font><font size="2">);</font><font size="2">message.Subject = Service + <font size="2" color="#a31515"><font size="2" color="#a31515">&#8221; Renewal Alert For &#8220;</font></font><font size="2"> + compname.ToString() + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">;message.From = </font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> System.Net.Mail.</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">MailAddress</font></font><font size="2">(</font><font size="2" color="#a31515"><font size="2" color="#a31515"><a href="mailto:renewals@clientsite.com">renewals@clientsite.com</a></font></font><font size="2">);</font><font size="2">message.IsBodyHtml = <font size="2" color="#0000ff"><font size="2" color="#0000ff">true</font></font><font size="2">;message.Body = SalesPersonName + </font></p>
<p></font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;, Microsoft CRM has found a &#8220;</font></font><font size="2"> + Service.ToString() + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8221; renewal upcoming for &#8220;</font></font><font size="2"> + compname + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8221; &lt;br&gt;&lt;br&gt; &lt;u&gt;Service Renewal Details:&lt;/u&gt;&lt;br&gt;&lt;br&gt; &lt;b&gt;Renewal Type:&lt;/b&gt; &#8220;</font></font><font size="2"> + Service.ToString() + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&lt;br&gt; &lt;b&gt;Renewal Details:&lt;/b&gt; &#8220;</font></font><font size="2"> + RenewalDetails + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&lt;br&gt; &lt;b&gt;Expires on:&lt;/b&gt; &#8220;</font></font><font size="2"> + ServiceExpires + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&lt;br&gt;&lt;br&gt; You can take a look at the service renewal details at the link below.&lt;br&gt;&lt;br&gt; &lt;a href=&#8217;&#8221;</font></font><font size="2"> + URLString + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8216;&gt;View Renewal in CRM&lt;/a&gt;&lt;br&gt;&lt;br&gt; Please remember to update Microsoft CRM after you have completed contacting the client, so that you are not notified again going forward.&lt;br&gt;&lt;br&gt; Also, do not reply to this email address as this does not go to anyone at this time.&#8221;</font></font><font size="2"> ;</font><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">//Send Sales Person Notification about Upcoming Service Renewals</font></font></p>
<p></font><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> recipientemail = SalesPersonEmail.ToString();</font><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> bcc = </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;nicholas.cole@saratogaus.com&#8221;</font></font><font size="2">;</font></p>
<p></font>Like i said this is for a simple custom renewal application, but can be applied to literally anything across your organization.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/07/09/easy-alerts-and-notifications-with-little-overhead-in-microsoft-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft CRM 4 Dashboards</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/06/11/microsoft-crm-4-dashboards/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/06/11/microsoft-crm-4-dashboards/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 17:22:02 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[CRM 4 Dashboards]]></category>
		<category><![CDATA[Microsoft CRM Dashboards]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/06/11/microsoft-crm-4-dashboards/</guid>
		<description><![CDATA[Although there are some nice dashboard functionality out there that exists in CRM i  really like the animated charting controls by a company named FusionCharts. The charts themselves are flash movies that you can deploy by copying the chart that you want to use into your Visual Studio 2005 project.

In this example i am using [...]]]></description>
			<content:encoded><![CDATA[<p>Although there are some nice dashboard functionality out there that exists in CRM i  really like the animated charting controls by a company named FusionCharts. The charts themselves are flash movies that you can deploy by copying the chart that you want to use into your Visual Studio 2005 project.</p>
<p><a href="http://crmblog.saratogaus.com/wp-content/uploads/2009/06/dashboard.jpg" title="CRM Dashboard Example"><img src="http://crmblog.saratogaus.com/wp-content/uploads/2009/06/dashboard.thumbnail.jpg" alt="CRM Dashboard Example" /></a></p>
<p>In this example i am using c#.net and have created a .net 2.0 project. There are 3 ways that you can utilize the reports. The first is to pull data from an existing .xml file. Another way is that you can load the report through javascript.</p>
<p>The method that i have chose is to utilize the RendorChartHTML control in a c# codebehind file.</p>
<p>First i created the sql query i was going to use and populate a data set, in this case i am creating a monthly service call chart for the existing year.</p>
<p><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> connString = </font><font size="2" color="#a31515"><font size="2" color="#a31515">@&#8221;Persist Security Info=False;Integrated Security=False;Server=(Server Name);initial catalog=STIN;user id=(id);password=(password);&#8221;</font></font><font size="2">;</font></p>
<p><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">string</font></font><font size="2"> sql = </font><font size="2" color="#a31515"><font size="2" color="#a31515">@&#8221;SELECT MONTH(entdte) AS &#8216;Month&#8217;, Count(entdte) FROM dbo.svc00200 where Year(entdte) = 2009 GROUP BY YEAR(entdte), MONTH(entdte)ORDER BY YEAR(entdte), MONTH(entdte)&#8221;</font></font><font size="2">;</font></font></p>
<p><font size="2"><font size="2"><font size="2" color="#2b91af"><font size="2" color="#2b91af">SqlConnection</font></font><font size="2"> conn = </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">new</font></font><font size="2"> </font><font size="2" color="#2b91af"><font size="2" color="#2b91af">SqlConnection</font></font><font size="2">(connString);</font></font></font></p>
<p><font size="2"><font size="2"><font size="3">Now that is completed i will create an xml string that i can use to pass as an argument to the flash report chart later. This is done with a simple for loop, i will also pass in the values i need in the loop to populate the xml data string.</font></font></font><font size="2"> </font></p>
<p><font size="2"><font size="2"><font size="3"><font size="2" color="#0000ff"><font size="2" color="#0000ff">foreach</font></font><font size="2"> (</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">DataRow</font></font><font size="2"> row </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">in</font></font><font size="2"> dt.Rows)</font></font></font><font size="2">{</font></font></p>
<p><font size="2"><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">//Start For Loop</font></font></font></font></p>
<p><font size="2"><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">foreach</font></font><font size="2"> (</font><font size="2" color="#2b91af"><font size="2" color="#2b91af">DataColumn</font></font><font size="2"> col </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">in</font></font><font size="2"> dt.Columns)</font><font size="2"><font size="2" color="#2b91af"><font size="2" color="#2b91af">Console</font></font><font size="2">.WriteLine(row[col]);</font></font></font></font><font size="2"> </font></p>
<p><font size="2"><font size="2"><font size="2"><font size="2" color="#008000"><font size="2" color="#008000">//Add Month to xml String Information</font></font></font></font><font size="2"> </font></font><font size="2"><font size="2">strXML += <font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&lt;set name=&#8217;&#8221;</font></font><font size="2"> + row[0].ToString() + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8216; value=&#8217;&#8221;</font></font><font size="2"> + row[1].ToString() + </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8216; color=&#8217;AFD8F8&#8242; /&gt;&#8221;</font></font><font size="2">;</font></font></font></p>
<p><font size="2"><font size="2">Lastly i will call the RenderChartHML control to load and display the chart on the c#.net page.</font></font><font size="2"> </font></p>
<p><font size="2"><font size="2"><font size="2" color="#0000ff"><font size="2" color="#0000ff">return<font size="2"> </font><font size="2" color="#2b91af"><font size="2" color="#2b91af">FusionCharts</font></font><font size="2">.RenderChartHTML(</font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;FusionCharts/FCF_Column3D.swf&#8221;</font></font><font size="2">, </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;&#8221;</font></font><font size="2">, strXML.ToString(), </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;MonthlyServiceCalls&#8221;</font></font><font size="2">, </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;400&#8243;</font></font><font size="2">, </font><font size="2" color="#a31515"><font size="2" color="#a31515">&#8220;300&#8243;</font></font><font size="2">, </font><font size="2" color="#0000ff"><font size="2" color="#0000ff">false</font></font><font size="2">);</font></font></font></font></font><font size="2"> </font></p>
<p><font size="2"><font size="2">And then the chart loads into the page. In my example i have the site loaded out side of an iframe, but if you wish you can easily place it inside of an IFRAME in CRM. </font></font></p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/06/11/microsoft-crm-4-dashboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Task and Appointment Reports In Microsoft CRM 4</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/05/08/custom-task-and-appointment-reports-in-microsoft-crm-4/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/05/08/custom-task-and-appointment-reports-in-microsoft-crm-4/#comments</comments>
		<pubDate>Fri, 08 May 2009 14:54:38 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Dynamics CRM 4.0]]></category>
		<category><![CDATA[task and appointment reports in Microsoft CRM 4]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/05/08/custom-task-and-appointment-reports-in-microsoft-crm-4/</guid>
		<description><![CDATA[One of the developments that we accomplished for a client was a custom task and appointment report, and since this comes up quite often. This was mainly because the layout of Microsoft CRM tasks printout was really lifeless by default.
 For example it didn&#8217;t have additional information such as the information about the task at hand, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the developments that we accomplished for a client was a custom task and appointment report, and since this comes up quite often. This was mainly because the layout of Microsoft CRM tasks printout was really lifeless by default.</p>
<p> For example it didn&#8217;t have additional information such as the information about the task at hand, who the salesrep was meeting with, what the company&#8217;s phone number and contact numbers where in an easy printable format.</p>
<p> We created a better solution by utilizing a simple .net site that contained a SQL recordsource control that binded to a details list and modified the default template to look as the reps desired. We just had to create a customized SQL view of the data to pull from.</p>
<p>We then added additional navigation in CRM for easily selecting at any time the type of reports to print so that a salesperson could literally open CRM, print their tasks and appointments (with full details) that they could take on the road with them, write on during the day, then enter details back into the system the next day or later that afternoon.</p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/05/08/custom-task-and-appointment-reports-in-microsoft-crm-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM Acceptance Reporting &#8211; IIS, SQL, and SSRS</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/04/24/crm-acceptance-reporting-iis-sql-and-ssrs/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/04/24/crm-acceptance-reporting-iis-sql-and-ssrs/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 18:58:32 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Dynamics CRM 4.0]]></category>
		<category><![CDATA[Microsoft CRM Acceptance]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/04/24/crm-acceptance-reporting-iis-sql-and-ssrs/</guid>
		<description><![CDATA[I got this idea from the Microsoft CRM team blog and their guest blogger David Jennaway. The idea of acceptance and user reporting for CRM is really basic, but it provides a trackable way to determine if users are accessing the system. Here is the article.
 http://blogs.msdn.com/crm/archive/2009/04/08/crm-usage-reporting-unleashed.aspx
 A couple things that i found in the article to [...]]]></description>
			<content:encoded><![CDATA[<p>I got this idea from the Microsoft CRM team blog and their guest blogger David Jennaway. The idea of acceptance and user reporting for CRM is really basic, but it provides a trackable way to determine if users are accessing the system. Here is the article.</p>
<p> <a href="http://blogs.msdn.com/crm/archive/2009/04/08/crm-usage-reporting-unleashed.aspx">http://blogs.msdn.com/crm/archive/2009/04/08/crm-usage-reporting-unleashed.aspx</a></p>
<p> A couple things that i found in the article to &#8216;tweak&#8217; was defiantely adding a couple check constraints onto the SQL log table that you will be using this for. In my case there are quite a few users generating activity and that would be a very large file. Thank goodness for sql table compression in 2008 right&#8230; we will see.</p>
<p>If you haven&#8217;t created a check constraint before it is really easy, and you will save your tables from a bunch of useless rows of data. Here is a quick example below.</p>
<p><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">USE<span style="font-size: x-small;"> [CRMACCEPTANCE]</span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;"><font size="2" color="#0000ff"><font size="2" color="#0000ff"> </p>
<p></font></font></span><font size="2" color="#0000ff"> </p>
<p></font></span> </p>
<p></span><span style="font-size: x-small; color: #0000ff;"><font size="2" color="#0000ff"> </p>
<p></font></span> </p>
<p></span></p>
<p><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">ALTER<span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">TABLE</span></span><span style="font-size: x-small;"> [dbo]</span><span style="font-size: x-small; color: #808080;"><span style="font-size: x-small; color: #808080;">.</span></span><span style="font-size: x-small;">[inetlog] </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">WITH</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">NOCHECK</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">ADD</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">CONSTRAINT</span></span><span style="font-size: x-small;"> [CK_inetlog_username] </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">CHECK</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #808080;"><span style="font-size: x-small; color: #808080;">((</span></span><span style="font-size: x-small;">[username]</span><span style="font-size: x-small; color: #808080;"><span style="font-size: x-small; color: #808080;">&lt;&gt;</span></span><span style="font-size: x-small; color: #ff0000;"><span style="font-size: x-small; color: #ff0000;">&#8216;MEDTECH\scribe&#8217;</span></span><span style="font-size: x-small; color: #808080;"><span style="font-size: x-small; color: #808080;">))</span></span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;"><font size="2" color="#0000ff"><font size="2" color="#0000ff"> </p>
<p></font></font></span><font size="2" color="#0000ff"> </p>
<p></font></span> </p>
<p></span><span style="font-size: x-small; color: #0000ff;"><font size="2" color="#0000ff"> </p>
<p></font></span> </p>
<p></span></p>
<p>This is basically because i use scribe integration that is always writing rows into the database and these could cause significant storage use during the period of a month.</p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/04/24/crm-acceptance-reporting-iis-sql-and-ssrs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Filtered Lookups in Microsoft CRM 4</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/04/08/custom-filtered-lookups-in-microsoft-crm-4/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/04/08/custom-filtered-lookups-in-microsoft-crm-4/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:27:22 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[custom filtered lookups]]></category>
		<category><![CDATA[custom lookup dialogs]]></category>
		<category><![CDATA[custom lookups]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/04/08/custom-filtered-lookups-in-microsoft-crm-4/</guid>
		<description><![CDATA[Today we came across the great unsupported customization requests of Microsoft Dynamics CRM 3 which was a customized and filtered lookup box for Microsoft Dynamics CRM 4.0.
 Although lookup boxes are much easier to generate natively in Microsoft CRM 4.0 you just need to create a N:1 relationship to whatever entity you want your lookup box [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Today we came across the great unsupported customization requests of Microsoft Dynamics CRM 3 which was a customized and filtered lookup box for Microsoft Dynamics CRM 4.0.</p>
<p> Although lookup boxes are much easier to generate natively in Microsoft CRM 4.0 you just need to create a N:1 relationship to whatever entity you want your lookup box to pull information for.</p>
<p>For exa<a href="http://crmblog.saratogaus.com/wp-content/uploads/2009/04/customlookupfilter.jpg" title="Custom Lookup Filter"></a>mple on the opportunities entity you may want to not only have &#8220;potential customer&#8221;, but also have the ability to show a list of contacts to choose from that are specific to the selected customer. This is simply known as a filtered lookup, and here is an easy way to accomplish it.</p>
<p>After you have completed your many to one relationship (if one doesn&#8217;t already exist) on your customized entity you can easily with javascript filter the second lookup.</p>
<p> You will first have to add the following onload event to your entities form.</p>
<p><font size="2" face="Courier New">document.FilterLookup = <font color="#0000ff">function</font>(source, target)<br />
{<br />
    <font color="#0000ff">if</font> (IsNull(source) || IsNull(target)) { <font color="#0000ff">return</font>; }</p>
<p>    <font color="#0000ff">var</font> name = IsNull(source.DataValue) ? &#8221; : source.DataValue[0].name;</p>
<p>    target.additionalparams = <font color="#800000">&#8217;search=&#8217;</font> + name;<br />
}</font></p>
<p>Then on the onchange event of your attribute (in our case potential customer) you will have to trigger the filter function as in the example below, so that it will in fact also filter the second lookup field on the form as shown in the <a href="http://crmblog.saratogaus.com/wp-content/uploads/2009/04/customlookupfilter.jpg" title="Custom Lookup Filter">Custom Lookup Filter</a> Image.</p>
<p>// If company is defined pre-filter lookup with customers<br />
document.FilterLookup(crmForm.all.customerid, crmForm.all.sti_contact_opp_linkid);</p>
<p> This also works best if you additionally copy the script to the onload of the form as well, this is so that if the user decides to change the existing contact to another contact it will still function as originally intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/04/08/custom-filtered-lookups-in-microsoft-crm-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scribe Integration Training</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/03/25/scribe-integration-training/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/03/25/scribe-integration-training/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 02:36:45 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[scribe integration]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/03/25/scribe-integration-training/</guid>
		<description><![CDATA[Well&#8230; For the past couple of weeks (in my spare time) i have been taking the scribe integration training classes as a new partner for the product. I have seen alot of similarities to another solution that i have used in the past for CRM to GP integrations.
I really believe that scribe is way ahead [...]]]></description>
			<content:encoded><![CDATA[<p>Well&#8230; For the past couple of weeks (in my spare time) i have been taking the scribe integration training classes as a new partner for the product. I have seen alot of similarities to another solution that i have used in the past for CRM to GP integrations.</p>
<p>I really believe that scribe is way ahead of the game when it comes to the isolation of the collaboration engine and the idea of using software package adapters as i think that generally this is easier for technical and non technical users to digest in a decent and easy to understand interface.</p>
<p>I have deployed the CRM and GP adapters now in a test and production environment and i have now passed a few of the exams for becoming a certified partner. The only tests i have left are the adapter exams and i plan to attempt those after i have a chance to revisit the partner training center and go through the videos again.</p>
<p>My current integration is working well and i am typically a very visual learner so getting my hands dirty with the product is usually what works best for me, and has worked out well in this case also.</p>
<p>I look forward to discussing GP and CRM integrations with the product in future and i am just wondering when an integration solution will come out natively from Microsoft as well. I heard some rumblings at convergence and attended a session about the new integration adapter, but it looked as if it was still under development.</p>
<p>The best part about scribe is the fact that it doesn&#8217;t only have to be linked to GP and it is flexible enough to pull information in from just about any data source imaginable.</p>
<p>Well&#8230;. back to studying for now&#8230; just thought i would post an update.</p>
<p>Take Care!</p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/03/25/scribe-integration-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scribe Training</title>
		<link>http://crmblog.saratogaus.com/index.php/2009/02/12/scribe-training/</link>
		<comments>http://crmblog.saratogaus.com/index.php/2009/02/12/scribe-training/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:10:15 +0000</pubDate>
		<dc:creator>Nicholas Cole</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Scribe]]></category>
		<category><![CDATA[Scribe Training]]></category>

		<guid isPermaLink="false">http://crmblog.saratogaus.com/index.php/2009/02/12/scribe-training/</guid>
		<description><![CDATA[For the past couple of weeks i have been involved with going through the Scribe Insight training. So far i have completed the Workbench, Server, and adapter training for GP and CRM.
 I must say that i really like the open ended adapters that allow such access into both GP and the CRM platforms through e-connect [...]]]></description>
			<content:encoded><![CDATA[<p>For the past couple of weeks i have been involved with going through the Scribe Insight training. So far i have completed the Workbench, Server, and adapter training for GP and CRM.</p>
<p> I must say that i really like the open ended adapters that allow such access into both GP and the CRM platforms through e-connect on the GP side and the services access on the CRM side. I will post more information about some projects i will be completing with the application in the near future, but all in all i am really psyched about it.</p>
<p> I also saw today that Microsoft is also going to discuss integration between CRM and GP at this years convergence&#8230;. Ow! Ouch! Ouch! Horrible flashbacks of the biztalk adapter and the seamless integration for CRM 3.0 are lodged in my brain now.</p>
<p>Ok so maybe i am being a bit pessimistic here, but i will attend the sessions about the new integration at convergence anyway to see what is up!</p>
]]></content:encoded>
			<wfw:commentRss>http://crmblog.saratogaus.com/index.php/2009/02/12/scribe-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

