Hello,
I'm having a problem with attempting to work out, in a CRM 2011 plugin, which was the last plugin to execute on the system (in the current transaction). I am okay to get the current plugin's OwningExtension (Provides an EntityReference to the plugin
being executed (EG: "Update of a Contact"), however, when I attempt to retrieve the OwningExtension of the "ParentContext" object, it always returns "ObjectModel Implementation", rather than the step.
Is there any way I can identify the GUID of the step to execute before the current step?
Many thanks.