Sunday 22 July 2012

CRM 4 Plugin Names 'blank' after upgrade

Ive found that on a number of occasions when doing an upgrade from CRM 4 -> CRM 2011 (through db attach) that the plugin names/steps appear blank when looking through the plugin registration tool.
A simple UNSUPPORTED sql script can fix this for you. Run this on the crm database (XXXX_mscrm) you want to patch up:

UPDATE PluginTypeBase 
SET Name = TypeName 
WHERE Name IS NULL




No comments:

Post a Comment