Using Python as a Data Source in Power BI

…in Power BI. In Power BI Desktop, select Get Data, then More: Select Python script and Connect: This will open a Python script. Paste in the code from the previous…

Adding Swagger OpenAPI to an ASP.NET Web API

…package: Click OK: Now open Startup.cs and go to ConfigureServices: We will add the following code: services.AddSwaggerGen(c => { c.SwaggerDoc(“CarlCRMOpenAPISpec”, new OpenApiInfo { Title = “Carl CRM API”, Version =…

USD Custom Hosted Control with Visual Studio 2019

…using Microsoft.Crm.UnifiedServiceDesk.Dynamics; Rename the class TestControl. And we will implement DynamicsBaseHostedControl. Press CTRL + “.” to generate the method TestControl: Let’s override the DoAction method: protected override void DoAction(Microsoft.Uii.Csr.RequestActionEventArgs args)…

USD – CopyToClipboard Action

…to the clipboard: We are passing the data parameter of the user’s full name: data=[[$User.fullname]g] append=false Now, when we open USD, if we also open a notepad and paste into…

Unified Service Desk – The Global Manager

…events that run with Global Manager: DesktopReady SessionActivated SessionClosed SessionDeactivated SessionNew The DesktopReady event runs when USD is opened, and it runs only one time. As such, it is common…

XrmToolBox – Iconator

The Iconator is a plugin for the XrmToolBox from MsCrmTools that manages icons for entities. To use it, open the XrmToolBox and open Iconator: Click Load Entities and Images. You…

Dynamics 365 OneNote Integration

…entities you would like: Open a lead and select the OneNote tab: This will create an Untitled document: Select the link. This will open a new OneNote online document: Right…