Search code examples
dynamics-crm-2013dynamics-crm-2015

CRM 2015 update - plugin error - 'Changing security attributes is not allowed in stage 20 plugins'


When i tried to create another type of an entity record in the post update plugin stage I have gotten "Changing security attributes is not allowed in stage 20 plugins" error. Its working fine in Dynamics CRM 2013 SP1 CRM. After update CRM 2013 to CRM 2015 i got this error


Solution

  • Remove unwanted attribute from plugin images.only select attribute that you need in the plugin.You can set it when you registering plugin(don't tick all attributes check box).remove security related attribute(owner, modified by, created on)