My plugin needs to do some work whenever someone activates or deactivates a custom entity. Is there a specific Message for this? I'm registered for Update, SetState, and SetStateDynamicEntity but none of them seem to fire for this action.
Thanks.
Hi,
Check out CRM SDK at following;
http://msdn.microsoft.com/en-us/library/cc151101.aspx
Note To trigger a plug-in on a state change, you should register the plug-in on both the SetState and SetStateDynamicEntity messages.
Just realized I posted this on Deployment instead of Development, sorry