Developers can use the IPluginExecutionContext service object to obtain contextual information from the CRM platform which is passed to the plugin at run-time. It includes details about the user who triggered the plugin event as well as transactional information handled at the platform layer. In this post, we will see which properties are available to obtain information about an organization. The IPluginExecutionContext object includes the following GUID properties: • OrganizationId •...(read more)
↧