Jun
27
Updated: 9/30/2011. Version 1.1
Occasionally I find the need to extract a plugin from the CRM database. This could be caused by a variety of reasons:
- The person or vendor who wrote the program is no longer working with your company and you have no idea what the plugin does ( believe me, this happens ).
- You are having issues with a plugin and you need to review the code of the plugin that has been registered to verify that it was built the way you intended.
- You are preparing to move to Dynamics CRM 2011 and you need to verify that your plugin assemblies will work well in CRM 2011.
Usage:
CRMExtractPlugins [serverurl] [organizationName] /L
It uses the security credentials of the currently logged-in user so you must be a CRM system administrator for it to work properly.
the /L parameter will extract just the names of the plugins within the system and place them into a file called [organizationName]-plugins.txt which can be found inside the folder that is created by the export process.
Examples:
CRMExtractPlugins http://crm contoso
CRMExtractPlugins http://crm contoso /L
You may download it here.
[...] The tool can extract CRM 4 plugins from the database. Â You can read about it on mitch's blog here [...]
[...] The tool can extract CRM 4 plugins from the database. Â You can read about it on mitch's blog here [...]
Capital development, Mitch! I'm posting this to the CRM Wiki under the CRM 4.0 Development resources heading. I assume this utility is intended only to work for database-stored Plug-in assemblies?
Dave,
Yep, database-based only – which is really the only time you would need something like this.
Let me know if you see any issues.
Thanks, Mitch
[...] 11. Free Utility Released: Export CRM 4.0 [...]
[...] Free Utility Released- Export CRM 4.0 Plugins [...]
[...] So you can download the tool from Mitch's blog here [...]
[...] So you can download the tool from Mitch's blog here [...]
[...] http://blogs.infinite-x.net/2011/06/27/free-utility-released-export-crm-4-0-plugins/ [...]
[...] what really WORKED FOR ME at the end was Mitch Milam's tool which would extract the plugins as dlls and save it on the [...]
Thank for spending time on this Mitch, helped me a out a lot this week.