Search code examples
dynamics-crm

How do I find the Dynamics Entity associated with a Plug-In Trace log?


I have a Dynamics 365 CE online instance. I'm debugging a plug-in. I can find plug-in trace log Entities that come from the code I'm interested in. How can I determine the Entity instance that triggered the plug-in to fire? I.e. I have a plug-in registered against entity Foo. I can see the trace log entry from the run I'm interested in. How do I find which Foo instance triggered the run?


Solution

  • To be specific, yes, you ( the plugin developer ) are required to traceout the content you are interested in for the plugin trace log. For clarification though, it will appear in the plugin-tracelog in the message block field.

    I would encourage you to go to https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas and post it. we are always watching that.

    thanks