Introduction This post explains how to ‘re-wire’ the ‘Add Existing Court Orders’ button (Figure 1) to call the Xrm.Utility.lookupObjects client API (with custom defined
Posted in Dynamics 365 CE, PCF, React, TypeScript
This issue The PCF framework supports communication between the PCF and form via binding to a field or dataset. However, what if more comprehensive communication is required? This post describes (at
Posted in Dynamics 365 CE, PCF, TypeScript
The post describes the steps involved in creating and deploying a simple PCF
Overview This post describes two examples for how to interact with Xrm.WebApi.retrieveMultipleRecords(). The first is an asynchronous approach and the second is a synchronous approach. 1.)
Posted in Dynamics 365 CE
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
Posted in Azure DevOps, Dynamics 365 CE, Visual Studio
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
Posted in Azure DevOps, Dynamics 365 CE
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.
Posted in Azure DevOps, Dynamics 365 CE, Visual Studio
Overview 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
Posted in Azure DevOps, Dynamics 365 CE, Visual Studio
Overview The post describes, at a high level, how to do the following using an Azure pipeline Running the pipeline The pipeline (i.e. pipeline-build-products-contoso.yml) is triggered either manually
Posted in C#, Dynamics 365 CE, Visual Studio
Overview This blog post represents a high level example of how to create and unit test a Dynamics 365 plugin using FakeXrmEasy. Creating the plugin JourneyTeam.Xrm On line 10 of Figure 1, it’s