Create a service principle to access Dynamics 365 Web API
This post describes a scenario where an Azure function needs to connect to Dynamics 365 (online) / Dataverse in order to retrieve data from a Dataverse table
Make Xrm.WebAPI calls appear synchronous
This post describes two examples for how to interact with Xrm.WebApi.retrieveMultipleRecords(). The first example demonstrates an asynchronous approach,...
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
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
Execute FetchXML from a Power Pages multistep form
This post presents an example of retrieving data (via FetchXML on a multistep form) from Dataverse. This retrieval...
Use Postman with the Power Platform
This post provides some screenshots of how to use Postman to trigger For a detailed explanation of how...
Retrieve multiple records from Dataverse
The post describes several methods for retrieving multiple records from Dataverse
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()...
JavaScript applied to Dynamics 365
Listed below are examples of JavaScript applied to Dynamics 365 JS ‘Common’ Code Snippets Remove {} from a...
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