In this episode, we will build an Azure Function that will connect to Dataverse using Managed Identity. We will also take a look at how we can easily deploy Azure
In this episode, we will build an Azure Function that will connect to Dataverse using Managed Identity. We will also take a look at how we can easily deploy Azure
In this episode, we will learn how to write unit test cases for your Dataverse plugins using FakeXrmEasy. We will run into issues and see how you can utilize debugging
Custom API is a great feature added to Dataverse. It gives you many flexibilities and can create complex JSON requests or response messages. In order to learn how you can
In this episode, we will first look into how to register a plugin in Dataverse and associate it with an event; this will be followed by learning how to debug
In this episode, we will look at setting up a plugin project and writing a simple plugin. ? Useful Links : Jonas Rapp’s Canary Tracer: https://github.com/rappen/RappCanary365/blob/master/Plugin/CanaryTracer.cs My version of Plugin