Comments Off on Making the OnLoad event handler asynchronous
Introduction Consider a section on a form called ‘banking details’. When the form is loaded, the section should be either visible or hidden based on certain business rules. In the case
Introduction The post provides an example of how feature branching can be used to allow a developer apply their work item changes to a repository main branch. The example will discuss: Creating a
Comments Off on 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 a developer is finished making their changes to the solution (e.g.
Comments Off on Creating an Azure 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 Build a Dynamics 365 Visual Studio solution (i.e. building the ‘Code’ folder as shown in
Comments Off on Creating a plugin and unit testing it with FakeXrmEasy
Overview This blog post represents a high level example of how to create and unit test a Dynamics 365 plugin. Creating the plugin JourneyTeam.Xrm On line 10 of Figure 1, it’s implementing
Comments Off on 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 of Dynamics 365 client-side TypeScript. Initial Install & Setup 1.) Install node.js if not
Overview As an alternative to a Quick View form, there is a control called ‘Form Component Control’. This allows a main form (only) to be displayed (and editable) within another form. In
Overview Consider the situation where a subgrid of contacts needs to be placed on the Appointments activity form. This would be an N:N relationship between the Appointment and Contact entities.
Comments Off on Connecting to an Azure Virtual Machine
The purpose of this post is to illustrate how to connect to an Azure virtual machine (VM). Firstly, by connecting via the less secure RDP and then via the more secure Bastion 1.) Connecting via RDP A
Comments Off on 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 also describes, at a very high level, some of the configuration required to achieve