Unit testing with xrm-mock in Visual Studio 2022
Overview The purpose of this post is to provide an introduction into how to setup automated unit testing...
Form Component Control
Overview As an alternative to a Quick View form, there is a control called ‘Form Component Control’. This...
Multiselect Lookup Control
Overview Consider the situation where a subgrid of contacts needs to be placed on the Appointments activity form....
Connecting 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
Overview The post provides a few examples of unit tests for Dynamics 365 client-side TypeScript (Figure 6). It...
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
Here’s a list of keyboard shortcuts & commands that I use in my day to day activities. I...
Canvas Apps Functions
The post contains screenshots I took when going through some Microsoft tutorials. There functions covered are: Search, SortByColumns,...
Uploading a report to an SSRS server
Introduction In Dynamics 365, most of the time, users are going to want to view reports from within...
Retrieving data from Dataverse
Introduction The post describes several methods for retrieving data from Dataverse. Retrieving data using C# Query Expression FetchXML...