Automatically Route Cases to a Queue
In Dynamics 365, when cases are created, you can configure it to be assigned directly to a specific queue, e.g. to be…
Read article →Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
In Dynamics 365, when cases are created, you can configure it to be assigned directly to a specific queue, e.g. to be…
Read article →
In Dynamics 365, cases are assigned to queues to be processed by support users. Let’s say a user is assigned to a…
Read article →
Dynamics 365 has form notifications that can be fired in JavaScript. Below is an example of each type – error, warning and…
Read article →
To access Interactive Service Hub (ISH) for Dynamics 365, navigate to Settings and under Application, click on Interactive Service Hub: If this…
Read article →
When closing opportunities in Dynamics 365, we can determine how the actual revenue field is calculated, whether it is system calculated (by…
Read article →
In this post we will go through installing Field Service for Dynamics 365 Online. Go to App Source and refine by product…
Read article →
The Iconator is a plugin for the XrmToolBox from MsCrmTools that manages icons for entities. To use it, open the XrmToolBox and…
Read article →
To do this, open Postman and create a new request by selecting New->Request from the top left: Under Headers, select Key =…
Read article →
In Dynamics 365, when a plugin is executed, we can determine the query type that caused the plugin to fire through the…
Read article →
Hosted Controls in USD are .NET components, external applications, Dynamics 365 or external web pages that arer hosted within the USD application.…
Read article →
There are a few ways to find out the Unified Service Desk version that is installed. For the Client, in Windows under…
Read article →
In Dynamics 365, we can open Quick Create forms through JavaScript. Through Xrm.Utility, we can call openQuickCreate. This takes the parameters: Xrm.Utility.openQuickCreate(entityLogicalName,createFromEntity,parameters).then(successCallback,…
Read article →