<?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>An Experiment in Progress &#187; MS CRM 4.0</title>
	<atom:link href="http://www.programmingfundas.com/blog/category/ms-crm-40/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfundas.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 01 Jan 2012 05:15:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Debugging JavaScript code in MS CRM 4.0</title>
		<link>http://www.programmingfundas.com/blog/2009/03/28/debugging-javascript-code-in-ms-crm-40/</link>
		<comments>http://www.programmingfundas.com/blog/2009/03/28/debugging-javascript-code-in-ms-crm-40/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 14:23:09 +0000</pubDate>
		<dc:creator>geethapriya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript debugging]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=54</guid>
		<description><![CDATA[It was real tough not knowing how to debug JavaScript Code in MS CRM 4.0. Every time I had to publish the forms and test with Alert Messages. It really got on my nerves and thought I better find a way out of this and that is when Stunnware helped me. I wanted to share [...]]]></description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2009/03/28/debugging-javascript-code-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Property Collection in MS CRM 4.0</title>
		<link>http://www.programmingfundas.com/blog/2008/12/20/using-property-collection-in-ms-crm-40/</link>
		<comments>http://www.programmingfundas.com/blog/2008/12/20/using-property-collection-in-ms-crm-40/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 08:40:40 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Property Collection]]></category>
		<category><![CDATA[CrmBooleanProperty]]></category>
		<category><![CDATA[CrmDateTimeProperty]]></category>
		<category><![CDATA[CrmDecimalProperty]]></category>
		<category><![CDATA[CrmFloatProperty]]></category>
		<category><![CDATA[CrmMoneyProperty]]></category>
		<category><![CDATA[CrmNumberProperty]]></category>
		<category><![CDATA[KeyProperty]]></category>
		<category><![CDATA[LookupProperty]]></category>
		<category><![CDATA[PicklistProperty]]></category>
		<category><![CDATA[propertycollection]]></category>
		<category><![CDATA[StringProperty]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=25</guid>
		<description><![CDATA[While using Properties in MS CRM 4.0 one has to be careful as to which dotnet namespace you are instantiating it from. For MS CRM purposes, you need to make sure you instantiate it from Microsoft.crm.sdk and not from System.Data namespace. If you type the following code PropertyCollection pc_Dummy = new PropertyCollection&#40;&#41;; In the above [...]]]></description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/12/20/using-property-collection-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Custom Entites in MS CRM 4.0</title>
		<link>http://www.programmingfundas.com/blog/2008/11/29/working-with-custom-entites-in-ms-crm-40/</link>
		<comments>http://www.programmingfundas.com/blog/2008/11/29/working-with-custom-entites-in-ms-crm-40/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 16:01:34 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Create Request]]></category>
		<category><![CDATA[CRMService]]></category>
		<category><![CDATA[customentity]]></category>
		<category><![CDATA[Dynamic Entity]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=19</guid>
		<description><![CDATA[Working with Custom Entities has been a little tough on me because of the High Learning curve involved.  Finally I did win over and learnt quite a bit about using these entities in custom pages. It&#8217;s actually quite simple to work with the custom entities. Here&#8217;s a piece of code which will get the custom [...]]]></description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/11/29/working-with-custom-entites-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Dynamic Entity in MS CRM 4.0</title>
		<link>http://www.programmingfundas.com/blog/2008/10/15/using-dynamic-entity-in-ms-crm-40/</link>
		<comments>http://www.programmingfundas.com/blog/2008/10/15/using-dynamic-entity-in-ms-crm-40/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 17:18:58 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Contact Entity]]></category>
		<category><![CDATA[CRMService]]></category>
		<category><![CDATA[crmwebservice]]></category>
		<category><![CDATA[Dynamic Entity]]></category>
		<category><![CDATA[MS CRM]]></category>
		<category><![CDATA[propertycollection]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=12</guid>
		<description><![CDATA[The other day, I was helping my wife with one of the issues she was facing in MS CRM 4.0. The code was basically trying to get an instance to the running crmwebservice and use that instance to create a contact or a update a contact in MS CRM.  The issue we were facing in [...]]]></description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/10/15/using-dynamic-entity-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

