-
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…
-
When you’re working with Dynamics 365, you may have encountered a limitation when it comes to retrieving records. The maximum number of records that can be retrieved in a single query is 5.000. This can be a problem if you need to retrieve a large number of records, such as for a data migration or…