Installing the React DevTools Extension

The React DevTools are useful browser extensions for when developing React. To install the React DevTools extension, for Chrome go to https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en and click on Add to Chrome: Click Add…

How to Get the Workspace GroupId and DataSetId from the URL in Power BI

…https://app.powerbi.com/groups/ade7c4e4-1bdd-4472-8aa5-744febb1c8e6/list/dashboards?ctid=e6cca260-b075-4884-bc8e-54b7349f1f42, with the GroupId next to /groups/: To get a DataSetId, click on a Data Set. The URL looks something like https://app.powerbi.com/groups/ade7c4e4-1bdd-4472-8aa5-744febb1c8e6/datasets/8ca80576-866c-4a1b-af6f-e6c4a0004703?ctid=e6cca260-b075-4884-bc8e-54b7349f1f42, with the DataSetId next to the /datasets/:  …

How to Use Azure Notebooks Hello World

…be used. Note this currently supports Python 2.7, Python 3.5, Python 3.6, R and F#. We will select Python 3.6: This creates a new file, HelloWorld.ipynb: On opening it, we…

Adding a Database to an Existing PowerApps Environment

…click Create my Database: You will see “provisioning database”: Once complete, it will look like below: Go to https://make.powerapps.com/. Select the environment, and you will see the entities installed:  …

Hiding the Navigation Bar and Command Bar in Unified Service Desk

…to open the dashboard URL. The first line of the action is the URL, then we can add parameters HideNavigationBar and HideCommandBar, and set them to True: url=https://yourorg.crm.dynamics.com/main.aspx?etc=1&extraqs=formid%3d8448b78f-8f42-454e-8e2a-f8196b0419af&id=%7bB293B650-73FF-E611-8104-E0071B669E61%7d&pagetype=entityrecord HideNavigationBar=True HideCommandBar=True…

How to Access the Dynamics 365 Login

There are several ways to log into Dynamics 365 / D365. To log into the Home portal, go to https://home.dynamics.com. This takes the user to the various Dynamics 365 apps…

Query Dynamics 365 using jQuery

You can query Dynamics 365 data by using jQuery. Here we will go through an example. We will be connecting to the OData Web service. The URL will be: https://yourcrm.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/…

PowerApps Landing Page Tour

…Design Mode – Canvas or Model-Driven: Settings Connections Custom Connectors Gateways Admin Center Redirects to https://admin.powerapps.com/home: Plans Advanced Customizations Help Guided Learning Documentation Support Community Blogs Legal Privacy    …

Azure Marketplace Introduction

…it now”: Enter any required information: This will then take you to the https://portal.azure.com to complete the install: You can also access the Marketplace from within the Azure portal:  …