Hello,
I have a problem with my CRM implementation. I have a plugin that registered to be firered when an account is created or updated.
The problem is that the plugin is called by the CRM system 6 times when an update is performed . I created a custom entity which i use to log plugin activities, but this entity is not related to my account entity. When i looked at the log entity i saw 6 execution cicles of my plugin.
If i am using the debugger and i am going realy slow only one execution is performed, but otherwise the number of executions varies from 1 to 6 . The problem is i cannot make any differences between these execution threads , i have tried context.Depth but without succes.
Did anyone have this problem until now.
Thank you.
*This post is locked for comments
I have the same question (0)