Dynamics CRM Support Blog
Problems configuring the CRM Outlook client? Use the wizard!
CRM Resource Center
FAQ About Technical SupportOnline | On-Premise
FAQ About Billing
Implementation Guide
Microsoft Dynamics CRM Developer Center and SDK
Hi,
I need to write plugin for crm 4.0 on user enable and disable option. Can someone tell me what is the message in for e.g create, update in plugin registration tool ?
Can you give some more details?
"on user enable and disable option" is not clear to me. Do you want a user to be disabled or enabled when a certain action is triggered?
Kind Regards,
Sven VanoirbeekSenior consultant - Dynamics CRM
Blog: mshelp.be
I need to fire plugin when someone enable or disable user in ms crm 4.0
Don't know exactly what message you should be using, however I've found which you can use to find out the correct message. You will need to spy on the systemuser entity. Here is the tool: http://mspy.codeplex.com/
(I think it only works with CRM4)
Let me know if this helps you
I think the event you need is 'SetState'. I'm sure I've heard of some people having problems with this event if there're customizations on the entity - if this is the case, you might try 'SetStateDynamic' too.