Canvas Apps Functions
The post contains screenshots I took when going through some Microsoft tutorials. There canvas apps functions covered are:...
Upload a report to an SSRS server
In Dynamics 365, most users typically want to view reports from within the Dynamics 365. However, there are...
Retrieve multiple records from Dataverse
The post describes several methods for retrieving multiple records from Dataverse
Import xls data into a Canvas App
This post provides a simple 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...
Lookup field on a Dynamics 365 form – lookup view
Looking up a record The lookup view is set as the lookup field’s default view (Note: a non-lookup...
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
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()...
Automate 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
Get started with XrmDefinitelyTyped
XrmDefinitelyTyped generates TypeScript declaration files for Dynamics 365 client-side coding (model driven forms). It’s the TypeScript equivalent of...