Recently we had to write a plugin that should trigger only when a user has manually associated the record from the form (N-N relationship). This was because we were also doing the same association through another plugin, in which case we didn’t want this new plugin to trigger. Here we can make use of ParentContext … Continue reading “ParentContext property of IPluginExecutionContext –…
Continue Reading Nishant Rana’s Article on their blog
ParentContext property of IPluginExecutionContext – Dynamics 365 / Dataverse
Recently we had to write a plugin that should trigger only when a user has manually associated the record from the form (N-N relationship). This was because we were also doing the same association through another plugin, in which case we didn’t want this new plugin to trigger.
Blog Syndicated with Nishant Rana’s Permission