<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Enhancing CRM 4: Workflows vs. Plugins</title>
	<atom:link href="http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/</link>
	<description>Knowledge found and lost while working with Microsoft Dynamics CRM</description>
	<lastBuildDate>Fri, 05 Mar 2010 08:08:12 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Z</title>
		<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/comment-page-1/#comment-3147</link>
		<dc:creator>Z</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/#comment-3147</guid>
		<description>Hi,

this is probably a very stupid question but do plugins trigger if i use a custom web application to update an entity in crm using the sdk or would that only trigger a workflow? if a plugin would trigger would it be a sync plugin or async plugin.

Thanks!
Z</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>this is probably a very stupid question but do plugins trigger if i use a custom web application to update an entity in crm using the sdk or would that only trigger a workflow? if a plugin would trigger would it be a sync plugin or async plugin.</p>
<p>Thanks!<br />
Z</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/comment-page-1/#comment-2498</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/#comment-2498</guid>
		<description>Thanks, I was not sure if I was incorrect by trying to increment a loop counter custom int attribute for a workflow I&#039;m working on.  My CRM 4.0 deployment will not increment and update the field.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks, I was not sure if I was incorrect by trying to increment a loop counter custom int attribute for a workflow I&#039;m working on.  My CRM 4.0 deployment will not increment and update the field.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/comment-page-1/#comment-1558</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 23 Feb 2009 11:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/#comment-1558</guid>
		<description>I would say that the plugin is much stronger if you want CRM to interact with external applications/3rd-party databases.

From that point of view (as a Solution Developer), you are better off using plugin&#039;s since you can use those always.

Yes, workflows can be created more quickly and can be maintained a lot easier than plugin&#039;s, but the plugins are more versatile.</description>
		<content:encoded><![CDATA[<p>I would say that the plugin is much stronger if you want CRM to interact with external applications/3rd-party databases.</p>
<p>From that point of view (as a Solution Developer), you are better off using plugin&#039;s since you can use those always.</p>
<p>Yes, workflows can be created more quickly and can be maintained a lot easier than plugin&#039;s, but the plugins are more versatile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/comment-page-1/#comment-1299</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Sun, 19 Oct 2008 22:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/#comment-1299</guid>
		<description>that is correct.</description>
		<content:encoded><![CDATA[<p>that is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jz</title>
		<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/comment-page-1/#comment-1298</link>
		<dc:creator>jz</dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/#comment-1298</guid>
		<description>Mitch, when you use dynamicentity, you don&#039;t get the strongly-type object rite?</description>
		<content:encoded><![CDATA[<p>Mitch, when you use dynamicentity, you don&#039;t get the strongly-type object rite?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/comment-page-1/#comment-1092</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Tue, 01 Jul 2008 15:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/#comment-1092</guid>
		<description>Mike,

It sounds like you have not refreshed your web reference after creating your custom entity.  Try that and see it it helps.  That is if you are using the normal CRM Web Service.

But, if you&#039;re talking about using the Microsoft.Crm.Sdk, and Microsoft.Crm.SdkTypeProxy, you&#039;re going to have to use a DynamicEntity to reference the custom Entity and Attributes.

Mitch</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>It sounds like you have not refreshed your web reference after creating your custom entity.  Try that and see it it helps.  That is if you are using the normal CRM Web Service.</p>
<p>But, if you&#039;re talking about using the Microsoft.Crm.Sdk, and Microsoft.Crm.SdkTypeProxy, you&#039;re going to have to use a DynamicEntity to reference the custom Entity and Attributes.</p>
<p>Mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Mc</title>
		<link>http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/comment-page-1/#comment-1091</link>
		<dc:creator>Mike Mc</dc:creator>
		<pubDate>Tue, 01 Jul 2008 08:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2008/06/04/enhancing-crm-4-workflows-vs-plugins/#comment-1091</guid>
		<description>This is really good but how do you use the plugin system with custom entities/fields? In crm 3.0 you could do customentity.customfield, i cant seem to get CRM 4.0 to compile a plugin based off the web service since it does not contain the iplugin class.</description>
		<content:encoded><![CDATA[<p>This is really good but how do you use the plugin system with custom entities/fields? In crm 3.0 you could do customentity.customfield, i cant seem to get CRM 4.0 to compile a plugin based off the web service since it does not contain the iplugin class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
