Using JavaScript to Go to Next Stage in Business Process Flows

…YouTube channel: https://www.youtube.com/watch?v=2ySv6sBfbqQ&feature=youtu.be Go to https://flow.microsoft.com and select to create a new Business Process Flow: Let’s call it Account BPF: We see: Let’s make 3 stages – Stage 1, Stage…

Power BI Publisher for Excel

…to publish Excel image snapshots to Power BI. To install it, go to https://www.microsoft.com/en-us/download/details.aspx?id=50729 Note the supported versions of excel: Excel 2007, Excel 2010, Excel 2013, Excel 2016 Select the…

Dynamics 365 Solution Templates Install – Sales Management

…and the subscription: Pricing calculator: https://azure.microsoft.com/en-us/pricing/calculator/ Estimated costs (link not working but previous link: https://github.com/Microsoft/BusinessPlatformApps/tree/master/Source/Apps/Microsoft/Released/Microsoft-CRMSalesManagement#dynamics-365-export-pricing) Connect to Azure Key Vault: Click Next: Connect to SQL. Either select an existing database…

Classes in JavaScript

…Customer00001 = new Customer(“Bob”, “Smith”, “bsmith@test.com“, “555-111-2222”); var Customer00002 = new Customer(“James”, “Johnson”, “jjohnson@test.com“, “555-111-3333”); // Print out the first name of the Customer00001 alert(Customer00001.firstname); This returns “Bob”. If we…

How to Update Dynamics 365 to 2020 Release Wave 1

…some of the features in the link here: https://docs.microsoft.com/en-us/dynamics365-release-plan/2020wave1/index And access the PDF on the release here: https://go.microsoft.com/fwlink/?linkid=2116924 To install the release, which you may want to test out on…