Installing Dynamics CRM 2016 On Premise

…of the Administrators group in the local machine: Select the top level: Specify service accounts: Select the website: Enter settings: Click Next: Click Next: Click Next: Click Next: Click Next:…

Publish ASP.NET Site to Azure

and click Create: Once complete, you will see the deployment address: You can now browse to the Azure website: And the site will appear in Azure portal for management:  …

D3 Hello World

To create a D3 “Hello World”, do the following. Go to the d3js.org website and find the latest D3 version: Copy the link to the latest release: <script src=”https://d3js.org/d3.v4.min.js”> </script>…

Remove Related Tab from Dynamics 365 UCI Form

…from a Dynamics 365 UCI form, do the following. Open the form in Customizations: Go to Form Properties: Uncheck Show Navigation Items: Save and Publish. Now when we refresh the…

Using Postman to Debug a Local ASP.NET Core Web Api

…Web Api, when run locally, is https://localhost:44336/api/customers: Let’s add a breakpoint in Visual Studio: Now, let’s debug locally. In Postman, create a new request. We will set the URL to…

Understanding Agent Capacity in Omnichannel

…let’s look at how the workstream capacity ties into this. Go to Workstreams, and open a workstream. We will select the Live chat workstream, which is used by our chat…

Share a Bot to Collaborate with Coworkers

In this post, we will look at how to share a bot so you can collaborate in its design with other people such as coworkers. This is different from deploying…

Embedding Power Automate Flows Inside Power BI

…BI Desktop report we have, which is pulling data from a Dynamics 365 environment. On the Insert tab, we have a Power Automate (Preview) button: Clicking on it adds the…