Xrm.Utility.lookupObjects to add records to a subgrid
This post explains how to ‘re-wire’ the ‘Add Existing Court Orders’ button (Figure 1) to call the Xrm.Utility.lookupObjects...
Communication between React PCF controls and the form
The PCF framework supports communication between the PCF and form via binding to a field or dataset. However,...
Create and deploy a standard PCF control
The post describes the steps involved in creating and deploying a simple PCF control
Make Xrm.WebAPI calls synchronous
This post describes two examples for how to interact with Xrm.WebApi.retrieveMultipleRecords(). The first example demonstrates an asynchronous approach,...
Make the form OnLoad event handler asynchronous
This post describes how to make a Dynamics 365 form load asynchronously to avoid incorrect values being displayed...
Implement feature branching in Azure DevOps
This post provides an example of how feature branching can be used to allow a developer to apply their work item changes to a develop branch (following the Gitflow pattern)
Use Solution Packager in a shared developer environment
Consider the situation where multiple developers are working on one solution in a shared development environment. When a...
Deploy a Dynamics 365 solution via an Azure DevOps release pipeline
In the post An Azure pipeline to build a Dynamics 365 based solution the artifacts displayed in Figure 1 were produced. This post illustrates these artifacts being successfully deployed to a Dynamics 365 server (SIT 12)
Build a Dynamics 365 solution via an Azure DevOps pipeline
The post provides at a high level description of how to do the following tasks using an Azure...
Create and unit test a plugin with FakeXrmEasy
This blog post provides a high level example of how to create and unit test a Dynamics 365...