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...
Form Component Control
As an alternative to a Quick View form, there is a control called ‘Form Component Control’. This allows...
Multiselect Lookup Control
Consider the situation where a subgrid of contacts needs to be placed on the Appointments activity form. This...
Connect to an Azure Virtual Machine
The purpose of this post is to illustrate how to connect to an Azure virtual machine (VM). Firstly,...
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
Keyboard Shortcuts & Commands
File System Search For a grep like search using the window command line: findstr /s /i “crmserviceclient” *.cs...
Canvas Apps Functions
The post contains screenshots I took when going through some Microsoft tutorials. There canvas apps functions covered are:...
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...
Retrieve multiple records from Dataverse
The post describes several methods for retrieving multiple records from Dataverse