Privacy Policy and GDPR

Who we are carldesouza.com is committed to privacy protection and any data you share with the site. What personal data we collect and why we collect it Comments When visitors…

PowerApps – Install Model-Driven Sample Apps

To install the model-driven PowerApps samples, you will first need to install a new environment if you have not already done so. Go https://admin.powerapps.com/ and select New Environment. We will…

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:  …

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…

Finding the Power BI Desktop Version

…of Power BI Desktop, go to: https://docs.microsoft.com/en-us/power-bi/desktop-latest-update Below is the highlighted version, which shows my installation is due for an update. To update, download the latest version at: https://powerbi.microsoft.com/en-us/desktop/  …

Entity Metadata using WebAPI

…we can use EntityDefinitions. For example, to get the entity definition for the Contact entity: We use the URL: https://yourcrm.crm.dynamics.com/api/data/v8.2/EntityDefinitions(LogicalName=’contact’): To select a particular field, for example, color: https://yourcrm.crm.dynamics.com/api/data/v8.2/EntityDefinitions(LogicalName=’contact’)?$select=EntityColor:  …

Fiddler Autoresponder

…like to test some code, or would like to test certain functionality. Let’s see how this works. Let’s say we go to the Instagram.com website: In Fiddler, we can see…

Unified Service Desk – Subactions

…hosted control is loaded, you would like 2 other hosted controls loaded, which are web pages for Google.com and Bing.com. You could create an action that loads the dashboard hosted…

Dynamics 365 Developer Guide (the new SDK)

…Guide, go to: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/developer-guide From here, you can download tools using Nuget and PowerShell that were previously part of the SDK download. These include: Code Generation Tool Configuration Migration Tool…

Call an Event in USD from JavaScript

…JavaScript to our incident form. On the change event of the description field, we will call an event in USD that will search Google.com for the description and open the…