Dynamics CRM Help

Plugin

Properties to check for Plugin Execution Context

By on Feb 3, 2016 in Plugin | 0 comments

Dynamics CRM Plugin code is always executed in certain context. It very important to check few properties to make sure code is executing in correct context before processing. This helps avoid unexpected behavior. // Obtain the execution context from the service provider. IPluginExecutionContext context = (IPluginExecutionContext)...

Read More