Dynamics 365 Calling Update in SDK.REST Invokes Retrieve
In this post we will look at how calling the update method in SDK.REST causes a retrieve to run as well. This is something to note as you may have plugins that run on the retrieve of an entity, which may cause unintended consequences if not handled properly. Let’s create a plugin that will run on the Update of an account: Add the plugin assemblies through NuGet: And the code. … Continue reading Dynamics 365 Calling Update in SDK.REST Invokes Retrieve