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...
Make Xrm.WebAPI calls appear synchronous
This post describes two examples for how to interact with Xrm.WebApi.retrieveMultipleRecords(). The first example demonstrates an asynchronous approach,...
Use Solution Packager in a shared developer environment
Imagine a scenario where multiple developers are collaborating on a single Dynamics 365 solution within a shared development...
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...
Unit testing with xrm-mock in Visual Studio 2022
The purpose of this post is to provide an introduction on how to set up automated unit testing...
Unit testing with xrm-mock in Visual Studio Code
The post provides a few examples of unit tests for Dynamics 365 client-side TypeScript (Figure 6). It also...
Display associated records on a Dynamics 365 form’s ‘Related’ tab
The post illustrates how to display related records on a Dynamics 365 form's 'Related' tab
Upload a report to an SSRS server
In Dynamics 365, most users typically want to view reports from within the Dynamics 365. However, there are...