<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>MSCRM Blogger</title>
	<link>http://mscrmblogger.com</link>
	<description>Achieving it all with Microsoft Dynamics CRM™</description>
	<lastBuildDate>Fri, 09 Jul 2010 14:57:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CRM Workflow Manipulation Library</title>
		<description><![CDATA[<p>The <a href="http://manipulationlibrary.codeplex.com/">CRM Workflow Manipulation Library</a> is now on CodePlex.  The CRM Workflow Manipulation Library for CRM is a set of custom workflows for OnPremise Microsoft Dynamics® CRM to solve equations, manipulates strings, perform regex (regular expression) formatting and matching, as well as SoundEx and Metaphone-Like codification.</p>]]></description>
		<link>http://mscrmblogger.com/2010/07/08/crm-workflow-manipulation-library/</link>
			</item>
	<item>
		<title>Workflow: Geocode (and correct) Addresses with Bing Maps</title>
		<description><![CDATA[Bing Maps are great.  You can geocode and correct your addresses.  While this isn't anything complicated, it is a good example of a custom workflow that uses an external webservice.]]></description>
		<link>http://mscrmblogger.com/2010/05/20/geocode_with_bing/</link>
			</item>
	<item>
		<title>Adding the queue name to a saved advanced find for cases (incidents)</title>
		<description><![CDATA[<p>Unfortunately, CRM does not currently support adding the queue to a case advanced find.  However, that doesn't mean it can't be done.  Follow the steps in this article to modify your fetchXML and your layoutXML to have the queue name show up in the advanced find.</p>]]></description>
		<link>http://mscrmblogger.com/2010/02/18/adding-the-queue-name-to-a-saved-advanced-find-for-cases-incidents/</link>
			</item>
	<item>
		<title>Lookup a lookup on another entity using JScript</title>
		<description><![CDATA[Do you need the value of a lookup?  I have written this bit of code to look a lookup value stored on another entity.  Like finding the Customer lookup on an Incident (Case).  Here is a bit of code that can lookup a lookup on any entity in CRM.]]></description>
		<link>http://mscrmblogger.com/2009/10/15/lookup-a-lookup-on-another-entity-using-jscript/</link>
			</item>
	<item>
		<title>CRM Common Javascript File</title>
		<description><![CDATA[Need to reference an external javascript file to make functions available in change events and in an onload?  Here's how!]]></description>
		<link>http://mscrmblogger.com/2009/10/13/crm-common-javascript-file/</link>
			</item>
	<item>
		<title>IE Developer Toolbar &#8211; Getting the ID</title>
		<description><![CDATA[Just in case you need to get the id of an element in CRM and you are new to CRM development or IE development, the IE developer toolbar is great tool and huge help.  You can check out this video on how to access it and hopefully it is enough of a teaser to convince you to start using it and play with it.]]></description>
		<link>http://mscrmblogger.com/2009/10/13/ie-developer-toolbar-getting-the-id/</link>
			</item>
	<item>
		<title>Editing an Advanced Find Query in Excel</title>
		<description><![CDATA[Here is a video tutorial of how to take a case advanced find, edit the query, troubleshoot errors in SQL Management Studio, and update your excel query.]]></description>
		<link>http://mscrmblogger.com/2009/10/12/editing-an-advanced-find-query-in-excel/</link>
			</item>
	<item>
		<title>Changing PickList Values on Yes/No Form Field Change</title>
		<description><![CDATA[<p>Recently on the Microsoft forums someone asked how to change the values of a picklist based on the yes no value of a boolean field.  Just add this script to the OnChange event of the yes/no field.</p>]]></description>
		<link>http://mscrmblogger.com/2009/10/03/changing-picklist-values-on-yesno-form-field-change/</link>
			</item>
	<item>
		<title>Set a default email template for new emails on cases.</title>
		<description><![CDATA[<p>In response to <a href="http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/2d2c28ba-891d-4ebc-9c54-92c7cc21a034">Peter Bergman's post on the CRM forums</a>, I traversed Microsoft's code.  I determined that the ApplyTemplate loads a specific page, and on that page, the ok button sets the information on the calling page.  I melded the ApplyTemplate and ok methods together to create LoadTemplate provided below.  With the right parameters, it will set the default template.</p>]]></description>
		<link>http://mscrmblogger.com/2009/10/02/set-a-default-email-template-for-new-emails-on-cases/</link>
			</item>
	<item>
		<title>Remove special characters on value change.</title>
		<description><![CDATA[]]></description>
		<link>http://mscrmblogger.com/2009/10/01/remove-special-characters-on-value-change/</link>
			</item>
</channel>
</rss>
