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...C#
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...