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...
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...
Lookup field on a Dynamics 365 form – lookup view
Looking up a record The lookup view is set as the lookup field’s default view (Note: a non-lookup...
Apply addPreSearch and addCustomFilter to a Lookup
The post describes an example of how to filter the results displayed in a Dynamics 365 lookup control using the client API addPreSearch & addCustomFilter
List of Dynamics 365 issues with a suggested next step
1.) Forms Issue At runtime, an entities’ populated attribute isn’t available in the form’s JavaScript. For example formContext.getAttribute(‘cpl_date’).getValue()...
Automate the population of an Access Team
The post presents an example of how to use access teams in Dynamics 365 on-premise Overview In this...