It’s almost Christmas, this means time to give something back. This is the first part of a new open source series I’ll be starting in which I will go step by step building open source solutions. Let’s start with a little web app that will be built on ASP.NET Core...
Continue reading...Dynamics 365
How to uncover Resource Scheduling for Dynamics 365 v9 on-premises.
Maybe this might be useful to someone so I’ll leave it here: Resource Scheduling was deprecated for Dynamics 365 v9 on-premises. But all the functionality is still there in the old interface. You can still schedule resources in the “case” dashboard, go to new service activity and the old resource...
Continue reading...How to make a Power App out of Dynamics 365 Data
Let’s create a simple app in power apps that will allow us to modify contacts, and accounts, see orders information and check leads, basically a little app that we can use on the go and we can build it in around 5 minutes or less, so let’s get going: The...
Continue reading...How to consume a Rest API in Dynamics 365
There are many ways you can consume an API Data in Dynamics, one of them is by doing a plugin. The basic plugin creation workflow is as follows: 1-Select a programming language and a framework. 2-Create the connection to your dynamics instance(Online or On-premises). 3-Create the connection to your API....
Continue reading...How to make an OData request from JavaScript Web Resource to Dynamics API
Sometimes the task you are trying to accomplish cannot be done using the supplied toolset by Microsoft via the development graphical interface, we can accomplish anything you can imagine with some fields and some code. If there’s some info that is not accessible from the form’s context, which is very...
Continue reading...