<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>crmplugin Wiki Rss Feed</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home</link><description>crmplugin Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Plugin  for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.&lt;br /&gt;&lt;br /&gt;Do you need sample plugins then it is a good source for them
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;PluginRegistration tool&lt;/b&gt; is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the &lt;b&gt;Downloads tab&lt;/b&gt; to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Walkthrough, ReadMe&lt;/u&gt; are included in the zip file&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample Plugins are available for download from &lt;a href="http://code.msdn.microsoft.com/crmpluginsamples" class="externalLink"&gt;http://code.msdn.microsoft.com/crmpluginsamples&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Developer Scenario:&lt;/b&gt; An ISV creates a plug-in and registers it on Contact Create as PreCallout (Aka BeforeMainOperation Plug-in). He can then debug the plug-in by registering on Disk. Once the errors are fixed, he can then update the pluginassembly to be uploaded to the database.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Deployment Scenario:&lt;/b&gt; An ISV builds few plug-ins and registers on multiples steps. Images are registered on few of them. He tests them in the Dev environment but would like to port the registrations to a different organization. PluginRegistration tool supports Export and Import of the solution xml to solve this scenario.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Admin Console:&lt;/b&gt; Couple of ISV installs their plug-ins on a Customer Organization. Admin at the Customer side saw some problems with “Contact Create” action. He would like to know what plug-in are fired and what the pipeline is for the “Contact – Create”. He then finds the trouble causing plug-in and disables it. So it is all about troubleshooting. PluginRegistration tool solves this problem by allowing Enable/Disable/Unregister operations on steps, plug-in.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Complete feature-set of the tool
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Register a pluginassembly, step and image. Validates the data before sending to CRM&lt;/li&gt;&lt;li&gt;Update pluginassembly, step and image&lt;/li&gt;&lt;li&gt;Unregister a pluginassembly shall cascade unregister all the children &lt;/li&gt;&lt;li&gt;Enable, Disable a step&lt;/li&gt;&lt;li&gt;Auto retrieve all CustomEntities information from the organization when registering the step&lt;/li&gt;&lt;li&gt;Allows setting more values on step (e.g.: configuration, secureconfiguration, filteringattributes, etc.)&lt;/li&gt;&lt;li&gt;Auto retrieve CustomAttributes on entity when registering images&lt;/li&gt;&lt;li&gt;Search the pluginassembly, type, steps, images by names&lt;/li&gt;&lt;li&gt;Visualize the status of the CRM Organization multiple views&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;View by Assembly : What steps are registered on what plug-in&lt;/li&gt;&lt;li&gt;View by Entity : What steps are registered on an entity(e.g.: contact)&lt;/li&gt;&lt;li&gt;View by Message : What steps are registered on a message (e.g.: create)&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Shows the list of Microsoft Dynamics CRM 3.0 callouts registered in the organization&lt;/li&gt;&lt;li&gt;Work with multiple organizations at the same time&lt;/li&gt;&lt;li&gt;Exports the Xml in the same format that can be accepted by PluginDeveloper tool&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Works with https:// or SSL based Installs. (SDK calls)&lt;/b&gt;&lt;br /&gt;   - I Accept all Server Certificates. If you need to change the code look in the CrmConnection.myCertificateValidation implementation&lt;br /&gt;&lt;b&gt;Shows the Endpoints returned by the Discovery service before making call to CrmService SDK&lt;/b&gt;&lt;br /&gt;  - This allows you to change the endpoint from the client if Discovery service information is not correct for registering plugins. This usually is needed for IFD or for troubleshooting purposes&lt;br /&gt;&lt;b&gt;Images for Parent and Subordinate entitities for Merge request&lt;/b&gt;&lt;br /&gt;  - Now you can register an Image for Subordinate entity also for Merge request. You shall get a pop-up that asks if you need to register for Subordinate or parent&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Works on IFD only if logged on the Deployment server using AD auth&lt;/li&gt;&lt;li&gt;Import Solution honors ImageType in the xml&lt;/li&gt;&lt;li&gt;Works with &lt;b&gt;Visual Studio 2008&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Restricts registering PreImage for PreCreate&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Mon, 30 Jun 2008 00:54:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080630A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Plugin  for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.&lt;br /&gt;&lt;br /&gt;Do you need sample plugins then it is a good source for them
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;PluginRegistration tool&lt;/b&gt; is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the &lt;b&gt;releases tab&lt;/b&gt; to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Walkthrough, ReadMe&lt;/u&gt; are included in the zip file&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample Plugins are available for download from &lt;a href="http://code.msdn.microsoft.com/crmpluginsamples" class="externalLink"&gt;http://code.msdn.microsoft.com/crmpluginsamples&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Developer Scenario:&lt;/b&gt; An ISV creates a plug-in and registers it on Contact Create as PreCallout (Aka BeforeMainOperation Plug-in). He can then debug the plug-in by registering on Disk. Once the errors are fixed, he can then update the pluginassembly to be uploaded to the database.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Deployment Scenario:&lt;/b&gt; An ISV builds few plug-ins and registers on multiples steps. Images are registered on few of them. He tests them in the Dev environment but would like to port the registrations to a different organization. PluginRegistration tool supports Export and Import of the solution xml to solve this scenario.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Admin Console:&lt;/b&gt; Couple of ISV installs their plug-ins on a Customer Organization. Admin at the Customer side saw some problems with “Contact Create” action. He would like to know what plug-in are fired and what the pipeline is for the “Contact – Create”. He then finds the trouble causing plug-in and disables it. So it is all about troubleshooting. PluginRegistration tool solves this problem by allowing Enable/Disable/Unregister operations on steps, plug-in.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Complete feature-set of the tool
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Register a pluginassembly, step and image. Validates the data before sending to CRM&lt;/li&gt;&lt;li&gt;Update pluginassembly, step and image&lt;/li&gt;&lt;li&gt;Unregister a pluginassembly shall cascade unregister all the children &lt;/li&gt;&lt;li&gt;Enable, Disable a step&lt;/li&gt;&lt;li&gt;Auto retrieve all CustomEntities information from the organization when registering the step&lt;/li&gt;&lt;li&gt;Allows setting more values on step (e.g.: configuration, secureconfiguration, filteringattributes, etc.)&lt;/li&gt;&lt;li&gt;Auto retrieve CustomAttributes on entity when registering images&lt;/li&gt;&lt;li&gt;Search the pluginassembly, type, steps, images by names&lt;/li&gt;&lt;li&gt;Visualize the status of the CRM Organization multiple views&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;View by Assembly : What steps are registered on what plug-in&lt;/li&gt;&lt;li&gt;View by Entity : What steps are registered on an entity(e.g.: contact)&lt;/li&gt;&lt;li&gt;View by Message : What steps are registered on a message (e.g.: create)&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Shows the list of Microsoft Dynamics CRM 3.0 callouts registered in the organization&lt;/li&gt;&lt;li&gt;Work with multiple organizations at the same time&lt;/li&gt;&lt;li&gt;Exports the Xml in the same format that can be accepted by PluginDeveloper tool&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Works with https:// or SSL based Installs. (SDK calls)&lt;/b&gt;&lt;br /&gt;   - I Accept all Server Certificates. If you need to change the code look in the CrmConnection.myCertificateValidation implementation&lt;br /&gt;&lt;b&gt;Shows the Endpoints returned by the Discovery service before making call to CrmService SDK&lt;/b&gt;&lt;br /&gt;  - This allows you to change the endpoint from the client if Discovery service information is not correct for registering plugins. This usually is needed for IFD or for troubleshooting purposes&lt;br /&gt;&lt;b&gt;Images for Parent and Subordinate entitities for Merge request&lt;/b&gt;&lt;br /&gt;  - Now you can register an Image for Subordinate entity also for Merge request. You shall get a pop-up that asks if you need to register for Subordinate or parent&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Works on IFD only if logged on the Deployment server using AD auth&lt;/li&gt;&lt;li&gt;Import Solution honors ImageType in the xml&lt;/li&gt;&lt;li&gt;Works with &lt;b&gt;Visual Studio 2008&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Restricts registering PreImage for PreCreate&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Fri, 20 Jun 2008 22:21:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080620P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Plugin  for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.&lt;br /&gt;&lt;br /&gt;Do you need sample plugins then it is a good source for them
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;PluginRegistration tool&lt;/b&gt; is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the &lt;b&gt;releases tab&lt;/b&gt; to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Walkthrough, ReadMe&lt;/u&gt; are included in the zip file&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample Plugins are available for download from &lt;a href="http://code.msdn.microsoft.com/crmpluginsamples" class="externalLink"&gt;http://code.msdn.microsoft.com/crmpluginsamples&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Developer Scenario:&lt;/b&gt; An ISV creates a plug-in and registers it on Contact Create as PreCallout (Aka BeforeMainOperation Plug-in). He can then debug the plug-in by registering on Disk. Once the errors are fixed, he can then update the pluginassembly to be uploaded to the database.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Deployment Scenario:&lt;/b&gt; An ISV builds few plug-ins and registers on multiples steps. Images are registered on few of them. He tests them in the Dev environment but would like to port the registrations to a different organization. PluginRegistration tool supports Export and Import of the solution xml to solve this scenario.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Admin Console:&lt;/b&gt; Couple of ISV installs their plug-ins on a Customer Organization. Admin at the Customer side saw some problems with “Contact Create” action. He would like to know what plug-in are fired and what the pipeline is for the “Contact – Create”. He then finds the trouble causing plug-in and disables it. So it is all about troubleshooting. PluginRegistration tool solves this problem by allowing Enable/Disable/Unregister operations on steps, plug-in.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Complete feature-set of the tool
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Register a pluginassembly, step and image. Validates the data before sending to CRM&lt;/li&gt;&lt;li&gt;Update pluginassembly, step and image&lt;/li&gt;&lt;li&gt;Unregister a pluginassembly shall cascade unregister all the children &lt;/li&gt;&lt;li&gt;Enable, Disable a step&lt;/li&gt;&lt;li&gt;Auto retrieve all CustomEntities information from the organization when registering the step&lt;/li&gt;&lt;li&gt;Allows setting more values on step (e.g.: configuration, secureconfiguration, filteringattributes, etc.)&lt;/li&gt;&lt;li&gt;Auto retrieve CustomAttributes on entity when registering images&lt;/li&gt;&lt;li&gt;Search the pluginassembly, type, steps, images by names&lt;/li&gt;&lt;li&gt;Visualize the status of the CRM Organization multiple views&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;View by Assembly : What steps are registered on what plug-in&lt;/li&gt;&lt;li&gt;View by Entity : What steps are registered on an entity(e.g.: contact)&lt;/li&gt;&lt;li&gt;View by Message : What steps are registered on a message (e.g.: create)&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Shows the list of Microsoft Dynamics CRM 3.0 callouts registered in the organization&lt;/li&gt;&lt;li&gt;Work with multiple organizations at the same time&lt;/li&gt;&lt;li&gt;Exports the Xml in the same format that can be accepted by PluginDeveloper tool&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Mon, 05 May 2008 21:54:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080505P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Plugin  for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.&lt;br /&gt;&lt;br /&gt;Do you need sample plugins then it is a good source for them
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;PluginRegistration tool&lt;/b&gt; is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the &lt;b&gt;releases tab&lt;/b&gt; to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Walkthrough, ReadMe&lt;/u&gt; are included in the zip file&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample Plugins are available for download from &lt;a href="http://code.msdn.microsoft.com/crmpluginsamples" class="externalLink"&gt;http://code.msdn.microsoft.com/crmpluginsamples&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Wed, 05 Mar 2008 04:21:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080305A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Plugin  for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.&lt;br /&gt;&lt;br /&gt;Do you need sample plugins then it is a good source for them
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;PluginRegistration tool&lt;/b&gt; is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the &lt;b&gt;releases tab&lt;/b&gt; to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Walkthrough, ReadMe&lt;/u&gt; are included in the zip file&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Wed, 27 Feb 2008 00:59:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080227A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;PluginRegistration tool for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;PluginRegistration tool&lt;/b&gt; is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the releases tab to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Walkthrough, ReadMe&lt;/u&gt; are included in the zip file&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Sat, 02 Feb 2008 03:22:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080202A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;PluginRegistration tool for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.
&lt;br /&gt; &lt;br /&gt;PluginRegistration tool is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the releases tab to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;Walkthrough, ReadMe are included in the zip file&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Fri, 01 Feb 2008 11:36:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080201A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;PluginRegistration tool for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.
&lt;br /&gt; &lt;br /&gt;PluginRegistration tool is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK. Look at the releases tab to get more information on the feature set.&lt;br /&gt; &lt;br /&gt;Walkthrough, ReaeMe are included in the zip file&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Fri, 01 Feb 2008 11:31:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080201A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;PluginRegistration tool for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.
&lt;br /&gt; &lt;br /&gt;PluginRegistration tool is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK.&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Fri, 01 Feb 2008 11:27:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080201A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;PluginRegistration tool for Microsoft Dynamics CRM 4.0 &lt;br /&gt;&lt;br /&gt;Are you facing problems in registering plug-ins&amp;#63; Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import &amp;#47; Export just like the way customizations are deployed&amp;#63; Are you confused with the various tools that shipped with SDK and how to use the registration API&amp;#63; If the answer is yes, then it is worth downlaoding the released project.
&lt;br /&gt; &lt;br /&gt;PluginRegistration tool is enhanced version of the tool that is published with Microsoft Dynamics CRM 4.0 SDK.&lt;br /&gt; &lt;br /&gt;Complete feature-set of the tool&lt;br /&gt;1.	Register a pluginassembly, step and image. Validates the data before sending to CRM&lt;br /&gt;2.	Update pluginassembly, step and image&lt;br /&gt;3.	Unregister a pluginassembly shall cascade unregister all the children &lt;br /&gt;4.	Enable, Disable a step&lt;br /&gt;5.	Auto retrieve all CustomEntities information from the organization when registering the step&lt;br /&gt;6.	Allows setting more values on step (e.g.: configuration, secureconfiguration, filteringattributes, etc.)&lt;br /&gt;7.	Auto retrieve CustomAttributes on entity when registering images&lt;br /&gt;8.	Search the pluginassembly, type, steps, images by names&lt;br /&gt;9.	Visualize the status of the CRM Organization multiple views&lt;br /&gt;a.	View by Assembly : What steps are registered on what plug-in&lt;br /&gt;b.	View by Entity : What steps are registered on an entity(e.g.: contact)&lt;br /&gt;c.	View by Message : What steps are registered on a message (e.g.: create)&lt;br /&gt;10.	Shows the list of Microsoft Dynamics CRM 3.0 callouts registered in the organization&lt;br /&gt;11.	Work with multiple organizations at the same time&lt;br /&gt;12.	Exports the Xml in the same format that can be accepted by PluginDeveloper tool&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Fri, 01 Feb 2008 11:27:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080201A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Plugin registration tool for CRM 4.0
&lt;br /&gt; &lt;br /&gt;PluginRegistration tool is enahnced version of the one that is published with Microsoft Dynamics CRM 4.0 SDK.&lt;br /&gt; &lt;br /&gt;Complete feature-set of the tool&lt;br /&gt;1.	Register a pluginassembly, step and image. Validates the data before sending to CRM&lt;br /&gt;2.	Update pluginassembly, step and image&lt;br /&gt;3.	Unregister a pluginassembly shall cascade unregister all the children &lt;br /&gt;4.	Enable, Disable a step&lt;br /&gt;5.	Auto retrieve all CustomEntities information from the organization when registering the step&lt;br /&gt;6.	Allows setting more values on step (e.g.: configuration, secureconfiguration, filteringattributes, etc.)&lt;br /&gt;7.	Auto retrieve CustomAttributes on entity when registering images&lt;br /&gt;8.	Search the pluginassembly, type, steps, images by names&lt;br /&gt;9.	Visualize the status of the CRM Organization multiple views&lt;br /&gt;a.	View by Assembly : What steps are registered on what plug-in&lt;br /&gt;b.	View by Entity : What steps are registered on an entity(e.g.: contact)&lt;br /&gt;c.	View by Message : What steps are registered on a message (e.g.: create)&lt;br /&gt;10.	Shows the list of Microsoft Dynamics CRM 3.0 callouts registered in the organization&lt;br /&gt;11.	Work with multiple organizations at the same time&lt;br /&gt;12.	Exports the Xml in the same format that can be accepted by PluginDeveloper tool&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Fri, 01 Feb 2008 11:25:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080201A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/crmplugin/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Plugin registration tool for CRM 4.0
&lt;br /&gt;
&lt;/div&gt;</description><author>ajithg</author><pubDate>Fri, 01 Feb 2008 11:19:26 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080201A</guid></item></channel></rss>