-
When extending the backend of Dynamics 365, it is important to understand the execution order of Plugins and Workflows, especially when you have specific backend steps that need to run in a specific order. Once you understand the concept of stages and ranks of plugins and workflows, it becomes easy to understand which one runs…
-
I created a collection of Azure Functions for managing the Azure Cache for Redis service, including functions to delete, add, get and flush cache entries. It’s simple to implement and use. Check it out ๐ https://github.com/adessoTurkey-dotNET/azure-cache-service-toolkit This repository contains a collection of HTTP triggered Azure Functions for managing the Azure Cache service. The following functions…
-
The Xrm.WebApi in Dynamics 365 facilitates interaction with the platform through web services. Its retrieveMultipleRecords function retrieves a collection of records in a single API call, enhancing efficiency. This method requires the entity logical name and an OData query as parameters, allowing for filtered data retrieval. Upon execution, it returns a promise that resolves to…