Issues with class level declaration in CRM 4 Plugins and Workflows
It is important that you avoid class level declaration and initialization of variables in Plugins and Workflows. Let us discuss the issues that one can face with Plugins. Plugins as you know is executed synchronously. But if there happen to be multiple calls made to the same plugin assembly and class, a new object for… Read More »