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

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

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…

Visual Studio Code Introduction

Visual Studio Code is a lightweight tool from Microsoft used for software development. It is fast, cross-platform and supports intellisense and debugging. You can follow Visual Studio Code at: https://twitter.com/code…

Connecting to Dynamics 365 using the Organization Service Proxy

…using System; using System.Linq; using Microsoft.Xrm.Sdk.Client; using System.ServiceModel.Description; using Microsoft.Crm.Sdk.Messages; namespace Carl.Crm.OrgServiceProxy { class Program { static void Main(string[] args) { try { Uri oUri = new Uri(“https://yourcrm.crm.dynamics.com/XRMServices/2011/Organization.svc”); ClientCredentials clientCredentials…