The Microsoft Dynamics CRM 2011 platform and the execution pipeline provides the ability to pass data from one plug-in to another through an IPluginExecutionContext property called SharedVariables . This property is a collection of key/value pairs which developers can use to share data between plug-ins which are registered on both the pre and post events. Here is a simple code snippet which shows shared variables in action. We may perform some data validation on the pre-create stage of an Account...(read more)
↧