<?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>Mitch Milam&#039;s Dynamics CRM Discussions &#187; Unsupported</title>
	<atom:link href="http://blogs.infinite-x.net/category/dynamics-crm/unsupported/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.infinite-x.net</link>
	<description>Knowledge found and lost while working with Microsoft Dynamics CRM</description>
	<lastBuildDate>Sat, 06 Mar 2010 18:16:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enabling Quick Find of Disabled Records</title>
		<link>http://blogs.infinite-x.net/2009/08/31/enabling-quick-find-of-disabled-records/</link>
		<comments>http://blogs.infinite-x.net/2009/08/31/enabling-quick-find-of-disabled-records/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:51:04 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Unsupported]]></category>

		<guid isPermaLink="false">http://blogs.infinite-x.net/2009/08/31/enabling-quick-find-of-disabled-records/</guid>
		<description><![CDATA[This week we discovered a requirement to allow the user to perform a Quick Search on both active and close Opportunity records. Engage Incorporated has an article on how to do this, but for some reason, when I tried their technique, it didn’t work.&#160; So, here is my alternative.
1) Export the Entity in question. In [...]]]></description>
		<wfw:commentRss>http://blogs.infinite-x.net/2009/08/31/enabling-quick-find-of-disabled-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing a Checkbox Attribute&#8217;s Functionality</title>
		<link>http://blogs.infinite-x.net/2009/04/20/changing-a-checkbox-field/</link>
		<comments>http://blogs.infinite-x.net/2009/04/20/changing-a-checkbox-field/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:42:58 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Unsupported]]></category>

		<guid isPermaLink="false">http://blogs.infinite-x.net/2009/04/20/changing-a-checkbox-field/</guid>
		<description><![CDATA[Each CRM Form field has an OnChange event associated with it that allows you ( the developer ) to execute JavaScript when the user changes the value of the attribute.&#160; This event is fired when you change the attribute’s value and you leave the field – by clicking or using the Tab key.
In certain instances, [...]]]></description>
		<wfw:commentRss>http://blogs.infinite-x.net/2009/04/20/changing-a-checkbox-field/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding a toolbar button to create new, related entities</title>
		<link>http://blogs.infinite-x.net/2007/11/09/adding-a-toolbar-button-to-create-new-related-entities/</link>
		<comments>http://blogs.infinite-x.net/2007/11/09/adding-a-toolbar-button-to-create-new-related-entities/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 15:06:53 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Unsupported]]></category>

		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/11/09/adding-a-toolbar-button-to-create-new-related-entities/</guid>
		<description><![CDATA[[unsupported]
One of my current projects has requirements to add toolbar buttons to allow the user to create a new, related Entity such as a phone call or appointment with a click of a button.
Buttons are added to the toolbar by modifying the isv.config.xml and inserting code similar to the following:
&#60;Button
    Title="Phone Call"
 [...]]]></description>
		<wfw:commentRss>http://blogs.infinite-x.net/2007/11/09/adding-a-toolbar-button-to-create-new-related-entities/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Understanding Entity Ownership in MSCRM 3.0</title>
		<link>http://blogs.infinite-x.net/2006/02/18/understanding-entity-ownership-in-mscrm-30/</link>
		<comments>http://blogs.infinite-x.net/2006/02/18/understanding-entity-ownership-in-mscrm-30/#comments</comments>
		<pubDate>Sun, 19 Feb 2006 00:40:05 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Unsupported]]></category>

		<guid isPermaLink="false">http://blogs.infinite-x.net/?p=26</guid>
		<description><![CDATA[When you create a new Entity within MSCRM you have a choice to make regarding the ownership of that Entity.
From the MSCRM 3.0 Help File:
In the Ownership list, select either:

User
Records for this entity can be owned by individual users. For example contact records are set to User.–   OR –
Organization
Records for this entity are used [...]]]></description>
		<wfw:commentRss>http://blogs.infinite-x.net/2006/02/18/understanding-entity-ownership-in-mscrm-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Researching MSCRM 3.0 Internals</title>
		<link>http://blogs.infinite-x.net/2006/02/18/researching-mscrm-30-internals/</link>
		<comments>http://blogs.infinite-x.net/2006/02/18/researching-mscrm-30-internals/#comments</comments>
		<pubDate>Sat, 18 Feb 2006 21:13:04 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Unsupported]]></category>

		<guid isPermaLink="false">http://blogs.infinite-x.net/?p=36</guid>
		<description><![CDATA[In the Microsoft Business Solutions CRM Developer Newsgroup, Arne Janning gave an excellent suggestion for those of you with developer inclinations and a willingness to explore the MSCRM system to learn more about its inner-workings.
Open Notepad and create a file that looks like this:
&#60;Project xmlns=&#034;http://schemas.microsoft.com/developer/msbuild/2003&#034; &#62;
  &#60;ItemGroup&#62;
    &#60;Item Include=&#034;*/**&#034; /&#62;
  &#60;/ItemGroup&#62;
&#60;/Project&#62;
  
Note: If you copy and paste [...]]]></description>
		<wfw:commentRss>http://blogs.infinite-x.net/2006/02/18/researching-mscrm-30-internals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Including custom JavaScript files in MSCRM 3.0</title>
		<link>http://blogs.infinite-x.net/2006/02/18/including-custom-javascript-files-in-mscrm-30/</link>
		<comments>http://blogs.infinite-x.net/2006/02/18/including-custom-javascript-files-in-mscrm-30/#comments</comments>
		<pubDate>Sat, 18 Feb 2006 20:36:50 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Unsupported]]></category>

		<guid isPermaLink="false">http://blogs.infinite-x.net/?p=37</guid>
		<description><![CDATA[The more you get into MSCRM development, the more you will probably realize that you are writing quite a bit of JavaScript to control various aspects of the CRM Client experience.  As most programmers find, the more code you write, the more you write code.  You also start developing a code library containing your most often used functions [...]]]></description>
		<wfw:commentRss>http://blogs.infinite-x.net/2006/02/18/including-custom-javascript-files-in-mscrm-30/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
