Unified Service Desk – Recover Crashed IE Pages
In Unified Service Desk 3.2 onwards, there is a feature that allows for the recovery of crashed IE pages. The USD team…
Read article →Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
In Unified Service Desk 3.2 onwards, there is a feature that allows for the recovery of crashed IE pages. The USD team…
Read article →
USD contains a hosted control for Activity Reminders. On opening USD, you will see a reminder icon. Clicking the icon will display…
Read article →
In a previous post, we installed the Unified Service Desk Unified Interface solution. In this post, we will show how to use…
Read article →
With the release of USD 3.3 comes a new hosted control type, Unified Interface Page. This type of control is designed to…
Read article →
To create a record using Xrm.WebApi, use the following syntax. We will use the example where we are creating an account record…
Read article →To delete a record, we can use the syntax below. For example, to delete an account: [sourcecode language=”JavaScript”] var Id = "26d4ad90-44d1-ea11-a812-000d3a377e2b";…
Read article →
In Dynamics 365, you can hide and show fields using JavaScript. This is useful if you have business logic that determines if…
Read article →
In this post, we will configure how to receive a push notification when your boss sends you an email. Of course, we…
Read article →
To assign a user a manager in Office 365, go through the following steps. Go to https://admin.microsoft.com/ and select to manage Exchange: Select recipients…
Read article →
PowerApps are powerful! One of the great features is to be able to connect to an Excel spreadsheet and literally turn it…
Read article →
Let’s look at how to use the CALENDAR and CALENDARAUTO DAX functions in Power BI. First, let’s create some data. In Power…
Read article →
In Dynamics 365, when testing plugins, you can change which user the plugin runs under. Do to this, open the step in…
Read article →