Retrieve multiple records from Dataverse
The post describes several methods for retrieving multiple records from Dataverse
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
Get started with XrmDefinitelyTyped
XrmDefinitelyTyped generates TypeScript declaration files for Dynamics 365 client-side coding (model driven forms). It’s the TypeScript equivalent of...
JavaScript applied to Dynamics 365
Listed below are examples of JavaScript applied to Dynamics 365 JS ‘Common’ Code Snippets Remove {} from a...
Navigate Stages of a Business Process Flow
This post provides a high level description of how to programmatically navigate the stages of a business process...
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