Unified Service Desk – LaunchURL Action

…webpage such as google.com: This opens in a web browser: The URL is entered into the data field. This may be useful if you would like to open a web…

Azure Cloud Shell

…run commands – you can do it directly from within a browser. The tool currently supports Azure CLI 2.0. To access the cloud shell, log into portal.azure.com and select the…

Accessing Interactive Service Hub for Dynamics 365

…directly to the Interactive Service Hub page by adding engagementhub.aspx to your Dynamics 365 URL, for example https://yourorg.crm.dynamics.com/engagementhub.aspx. This will open a page that loads ISH: You may see a…

Set Default Form and Order in Dynamics 365

…we browse to an Account record, the form will open to a particular form, in this case it opens to the Account form: Now, let’s change this to the Account…

JavaScript console.log Hello World

…the code: console.log(“Hello World”); Open the document in Chrome and select F12 to open the developer tools. Go to the Console tab. You will now see the output: This logging…