Using the Dynamics 365 Diagnostics Tool

To use the Dynamics 365 Diagnostics Tool, add /tools/diagnostics/diag.aspx to your environment URL, e.g. This will bring up the page: We can see the data points include: Latency Test Bandwidth Test Browser Info IP Address JavaScript Array Benchmark JavaScript Morph Benchmark JavaScript Base64 Benchmark JavaScript Dom Benchmark Organization Info Click Run. We get information returned, which can help us troubleshoot issues with Dynamics 365.    

Panels and Layout in USD

Panel Layouts are a type of hosted control in USD that defines the arrangement of panels, which is the layout of your USD application. Selecting Unified Service Desk->Hosted Controls, you can see we have a Panel Layout hosted control defined: Selecting the panel, you can see the XAML associated with the layout: Within the XAML, you can see panel types such as USDTabPanel, USDDeckTabPanel, USDStackPanel, USDCollapsePanel, USDPopupPanel, and panels, including: MainPanel LeftPanelFill RightPanel … Continue reading Panels and Layout in USD

Displaying Dynamics 365 Forms, Sections, Fields on Mobile Devices

Dynamics 365 gives you a lot of control over what can be displayed on mobile devices. There are several levels of control, including: Whether the form is enabled for mobile If the form is enabled for mobile, is it read only or editable What sections of a form are available on a mobile device What fields are available on a mobile device To look at these options, go to an … Continue reading Displaying Dynamics 365 Forms, Sections, Fields on Mobile Devices

USD Package Deployer Unable to Login

When running the USD package deployer, you may run into this issue where you enter your Dynamics 365 credentials and click Login, only to be brought back to the same login page. One reason this can happen, is you are connecting to a Dynamics 365 organization that does not support the current USD version. To confirm this, ensure your USD version is compatible with your Dynamics 365 version.

Dynamics 365 Rollup Fields

Rollup fields are a field type in Dynamics 365 that allow for data to be saved in the database through a rollup calculation. We will go through an example of creating a rollup field. Let’s say we want to add a new rollup field to the account entity. Go to the entity and select New Field. Select the data type and then select the Field Type as Rollup: Select Edit: … Continue reading Dynamics 365 Rollup Fields

Introduction to Serverless

In the past, with cloud computing, if an organization was deploying and scaling an application, they would provision a server or servers and deploy the app. The more workload the app received, the more servers could be provisioned to distribute the workload. This model worked, and still works, very well in terms of scaling apps. However, there were disadvantages with doing this. Depending on your app, provisioning an entire server … Continue reading Introduction to Serverless

Dynamics 365 Calculated Fields

Dynamics 365 has built in functionality for calculated fields. These are fields that can be set up without code. Here we will go through an example. Let’s assume we need a new calculated field on the Order entity. Let’s create a new field. Enter the display name and select the data type. Now select the field type. You can see here there are the options: Simple Calculated Rollup Note, not … Continue reading Dynamics 365 Calculated Fields

Unified Service Desk – LaunchURL Action

In USD, the LaunchURL action is a part of the CRM Global Manager, that launches a URL outside of USD. For example, you could create an action that launches a webpage such as google.com: This opens in a web browser: The URL is entered into the data field. This may be useful if you would like to open a web page from a menu, for example.

Convert Personal Chart to System Chart in Dynamics 365

Users may create personal charts that are so useful they could become system charts. In order to convert a personal chart to a system chart, go through these steps. First, export the XML of the personal chart by selecting the chart and Export XML: Next, go to Customizations to the entity and select Import Chart: Select the XML file that was exported above. Click Import: Name the chart and click … Continue reading Convert Personal Chart to System Chart in Dynamics 365

Toolbars in USD

In USD, you can create toolbars through configuration in Dynamics 365. To configure a toolbar, you go through the following steps: Create a toolbar container. This is a USD hosted control of type “Toolbar Container” which houses the new toolbar. Create a toolbar. This is the actual toolbar itself Create buttons under the toolbar. These buttons can go across the toolbar, be drop down buttons, and a menu tree of … Continue reading Toolbars in USD