USD – Migration of Customization Files

I often work with Unified Service Desk for Dynamics 365, having created a “solution” in my development environment I will obviously need to migrate it into a test or production instance. The process we use for this is quite straight forward, as Microsoft’s configuration migration tool can be leveraged to export and import my config. However I have always found migration of my customization files more difficult, until now!

USD and Virtual Agents

Virtual Agents for customer service are currently a Dynamics 365 preview feature, you can use them to quickly build BOTs using a no code approach. These BOTs can “obviously” then be consumed from your external facing website. But I had an idea to use my BOT internally to help contact center agents deal with customer queries in a smarter manner. This meant I wanted to integrated a Virtual Agent with Unified Service Desk. In this post / video I will show how I achieved this.

USD – IsUSD (Alternative Approach)

I love it when I’m asked fantastic questions! Recently someone reported a problem whilst using the window.IsUSD command. If you don’t know this is a JavaScript command we can use to see if our code is being run within USD or not. In this post I’ll describe an alternative approach.

USD – Associated Views (Unified Interface)

I am currently VERY hard at work preparing training material for three courses I’ll be delivering in Australia in August. During my preparation I realised that the logic for displaying associated views in Unified Service Desk was different between the Classic web interface of Dynamics 365 and the newer Unified Interface. In this post I will document how to display an associated view using USD and the Unified Interface. (As I noticed several forum posts with people asking how to achieve this.)