Import xls data into a Canvas App
This post simply gives an overview of the following app example: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/get-started-create-from-blank A demonstration of the completed app...
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
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()...
Automating the population of an Access Team
The post presents an example of how to use access teams in Dynamics 365 on-premise Overview In this...
Install NuGet packages
This post describes three examples of installing /re-installing NuGet packages
Getting started with XrmDefinitelyTyped
Introduction XrmDefinitelyTyped generates TypeScript declaration files for Dynamics 365 client-side coding (model driven forms). It’s the TypeScript equivalent...
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 some examples of how I’ve seen JavaScript applied to Dynamics 365 JS ‘Common’ Code Snippets...
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...
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)....