Dynamics 365 – Introduction to Customer Service Hub
Customer Service Hub for Dynamics 365 is a Dynamics 365 version 9.0+ upgrade of the Interactive Service Hub. The new Customer Service…
Read article →Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
Customer Service Hub for Dynamics 365 is a Dynamics 365 version 9.0+ upgrade of the Interactive Service Hub. The new Customer Service…
Read article →
In Dynamics 365, plugins have the concept of “depth”. This is how many times the plugin is firing based on certain events.…
Read article →
To install SoapUI, go to https://www.soapui.org/downloads/soapui/ and select Download SoapUI Open Source: This downloads the file below. Open it: Click Next: Click Next:…
Read article →
In a previous post, we looked at the Task Parallel Library. In this post we will look at Await and Async in…
Read article →
In this post, we will look at how to programmatically add an OnChange script in Dynamics 365 Power Apps, so when a…
Read article →
In this post we will upgrade to USD 3.3. Below, under Settings->Solutions, we can see the versions for the USD solution and…
Read article →ExecuteTransaction can be used in Dynamics 365 to execute requests as a transaction. Here’s some sample code: [sourcecode language=”CSharp”] using System; using…
Read article →
Let’s look at how we can use the Xrm.WebApi to update a record. Let’s use the Account entity, where we have a…
Read article →
Let’s look at how to get the Id of a record in Dynamics 365 Power Apps using JavaScript. We can see below…
Read article →
In Dynamics 365, setSubmitMode allows you to define for a field whether it is saved to the database. For example, let’s say…
Read article →
You may get the error message “The App You’re Trying to Install Isn’t a Microsoft-Verified App” when running an application that wasn’t…
Read article →
In Dynamics 365, the maximum size of an email attachment defaults to 5120kB, or 5MB. Let’s look at how we can increase…
Read article →