Retrieving data from Dataverse
Introduction The post describes several methods for retrieving data from Dataverse. Retrieving data using C# Query Expression FetchXML...
Apply addPreSearch & 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
Getting started with XrmDefinitelyTyped
Introduction XrmDefinitelyTyped generates TypeScript declaration files for Dynamics 365 client-side coding (model driven forms). It’s the TypeScript equivalent...
JavaScript applied to Dynamics 365
Listed below are some examples of how I’ve seen JavaScript applied to Dynamics 365 JS ‘Common’ Code Snippets...
Navigate Stages of a Business Process Flow
This post describes, at a high level, how to programmatically navigate stages of a business process flow (BPF)....
Handle time zone correctly in Power Automate
Consider the situation where Power Automate retrieves a date time value from Dataverse and incorrectly specifies the value as a day before the correct date. (As a result of not handling the time zone correctly). This post describes how to configure Dynamics 365 and Power automate in order to avoid this issue
Pass data to a Dynamics 365 html web resource
This post discusses 5 methods for a Dynamics 365 form to interact with a html web resource embedded within that form
Get and set a Dataverse lookup column
The post provides sample code snippets for interacting with Dataverse's lookup data type column in C# & JavaScript / TypeScript
XRM.Navigation.navigateTo a html web resource
This post describes an example of how to use Xrm.Navigation.navigateTo to display a html web resource