Tuesday, August 13, 2013

CRM 2011 - Message Processing in Plugins

This is how the messages are getting processed in CRM 2011 plugins.


As we all know CRM server can host multiple organizations. But there is no need of any worry as the execution pipeline is organization specific. Plugins registered in one organization can only access business data for that organization. A plugin that needs to work across the organization must be registered for all the organizations.
 
This is advantage and the disadvantage at the same time. :)

No comments:

Configuration for CRM Plugins

CRM plugins are always great feature where we can automate many functionality which we cannot automate from user interface. But almost eve...