Creating a New Branch in GitHub

…as my-new-app and current branch as my-new-branch: If we click Open in Windows Explorer, we see we are pointing to the my-new-app folder: Let’s open this in VS Code. We…

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…

Introduction to Azure Logic Apps

…– Google Drive, DropBox To create a new logic app, go to https://portal.azure.com/ and select + Create a resource: Search for Logic App and select Logic App: Click Create: We…

Open HTML Page from Button with Ribbon Workbench

…the new page. Create a new Web Resource, this time JScript: Go to the text editor and enter a function that will open the page: function OpenPage () { Xrm.Utility.openWebResource(“new_TestHTMLPage.html”);…

Download and Install SoapUI Free Version

To install SoapUI, go to https://www.soapui.org/downloads/soapui/ and select Download SoapUI Open Source: This downloads the file below. Open it: Click Next: Click Next: Click Next: Click Next: Click Next: Click…