Dynamics 365 – Understanding Plugin Depth
In Dynamics 365, plugins have the concept of “depth”. This is how many times the plugin is firing based on certain events. The depth is part of the plugin context. Let’s go through an example of how plugin depth works. Create a new class library in Visual Studio: Add some code to check the depth: Let’s runs this every time Accounts are retrieved. On invoking our plugin by selecting a … Continue reading Dynamics 365 – Understanding Plugin Depth