Install NuGet packages
This post describes three examples of installing /re-installing NuGet packages
Get started with XrmDefinitelyTyped
XrmDefinitelyTyped generates TypeScript declaration files for Dynamics 365 client-side coding (model driven forms). It’s the TypeScript equivalent of...
Create a ‘What’s Coming Up’ Dashboard
This post describes how to create a simple multi-stream interactive 'what's coming up' dashboard. The dashboard represents a form of calendar which displays what events are coming up for a particular team
JavaScript applied to Dynamics 365
Listed below are examples of JavaScript applied to Dynamics 365 JS ‘Common’ Code Snippets Remove {} from a...
Create a Plugin to call an external REST API
This post provides a simple example of how a Dynamics 365 C# plugin can connect to an external...
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...
Migrate data from a legacy system into Dynamics 365
This post steps through the migration of data from a legacy system (the legacy data being extracted into spreadsheets) and into a Dynamics 365 environment. Specifically the migration of contacts, including their residential addresses
Download leads from the Facebook API issue
This post describes downloading leads from the Facebook API of an advertising campaign managed by an advertising agency
Import a CSV file into Power Automate
This post describes an example of how to read a CSV file from an Azure file share and parse the contents of the file into an array in Power Automate
Configure Dataverse Date and Time Column
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