Dynamics CRM REST Builder

…Select the solution to download: This will download the managed solution ZIP: Import this into CRM. Refresh the Solutions page and you will see a new button: This will open

XMLHttpRequest Explained

…”http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <title></title> <script type=”text/javascript” > var request = null; if (window.XMLHttpRequest) { request = new XMLHttpRequest(); } else if (window.ActiveXObject) { request = new ActiveXObject(“Microsoft.XMLHTTP”); } request.open

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…

jQuery Introduction and Hello World

…12.1x, or Safari 5.1x you will need jQuery 1.x. Otherwise, you can use later versions: Note the options for download. There is the compressed version and uncompressed version: The compressed…

How to Beautify a JavaScript File in Visual Studio Code

Command Palette: Search for Beautify and you will see: Beautify File Beautify Selection On selecting this, our code is now beautified, with the function being displayed across multiple lines: You…

Power BI – Analyze in Excel

…Analyze in Excel, you will see “First, you need some Excel updates”. Click Download: This will download: Open the file. Click Next: Click Next: Click Install: Click Finish: Restart your…