Introduction 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
Comments Off on JavaScript applied to Dynamics 365
Listed below are some examples of how I’ve seen JavaScript applied to Dynamics 365 JS ‘Common’ Code Snippets Remove {} from a GUID Update a field that occurs multiple times on a
Comments Off on C# Plugin calling an external REST API
This post provides a simple example of how a Dynamics 365 C# plugin can connect to an external REST API (i.e. sitting outside of the Dynamics 365 environment). (The class used to achieve this being
Comments Off on 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). It also describes how to control what’s presented on the Dynamics 365 form at
Comments Off on 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,
Comments Off on 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
Comments Off on Create a service principle to access Dynamics 365 / Dataverse 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