While Dynamics is evolving at a shockingly high tempo, somethings are moving back to the stone age! *NEW Dynamics 365 API limit !! February last year we were given the
While Dynamics is evolving at a shockingly high tempo, somethings are moving back to the stone age! *NEW Dynamics 365 API limit !! February last year we were given the
Functional consultants or administrators who have been using Dynamics CRM / Dynamics 365 Customer Engagement (D365CE) for any considerable length of time will likely have built up a solid collection
Azure DevOps is pretty sweet. Manage your code, backlog, sprints, builds – the whole caboodle. Also, it has a comprehensive REST API so you can access your data and integrate
Here’s a quick tip to make working with the Dynamics 365 Web API in Postman even easier. Working with the Web API requires an Access Token which takes several steps
Prior to D365 V9, we were using Xrm.Utility.openWebResource() to open a web resource in a new window. However, going forward in D365 V9 we need to use Xrm.Navigation.openWebResource() to perform the same operation.