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
Making Xrm.WebAPI calls synchronous
Overview This post describes two examples for how to interact with Xrm.WebApi.retrieveMultipleRecords(). The first is 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)
Using Solution Packager in a shared developer environment
Introduction Consider the situation where multiple developers are working on one solution in a shared development environment. When...
An Azure DevOps release pipeline to deploy a Dynamics 365 based solution
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)
An Azure DevOps pipeline to build a Dynamics 365 based solution
Overview The post describes, at a high level, how to do the following using an Azure pipeline Running...
Create and unit test a plugin with FakeXrmEasy
This blog post represents a high level example of how to create and unit test a Dynamics 365...