Category Archives: UCI

How to Fix Buttons Missing on Dynamics 365 CRM Unified Interface

Introduction: In Microsoft’s recent Dynamics 365 CRM April release everything has been categorized into Hubs, like Sales Hub, Field Service Hub, Service Hub, and so on. However, while working in UCI you may find a few missing buttons in the Command bar when compared to the Classic UI. Buttons like Advance Find, Edit, and Merge… Read More: How to Fix Buttons Missing on Dynamics 365 CRM Unified… »

EasyRepro – Open record using Grid.OpenRecord() in Dynamics 365 Unified Interface

Introduction EasyRepro is a framework which is used to automate UI testing for dynamics customers Projects. Problem Grid.OpenRecord() method is used for opening the record from home page. This method opens the record by clicking on the first available anchor tag in the list of records, which makes it necessary to have the first column… Read More: EasyRepro – Open record using Grid.OpenRecord() in Dynamics 365 Unified… »

Easily Show List of Entities as an Option Set on UCI Dynamics 365

Introduction: Recently while working in Dynamics 365, we noticed that autocomplete functionality is not working on UCI but it is working properly on the Web. So after some research and play around we found a solution for this problem to show the list of entities.  Let’s see how! There is one control named “CC_EntityOptionSet_Name”, by… Read More: Easily Show List of Entities as an Option Set on… »

Customizing Welcome Page for Dynamics 365 v9.0 in UCI

Introduction: Microsoft has provided a functionality where for a different app we can display our own custom information in welcome page. This custom welcome page will be displayed in UCI as well as in Mobile app. Welcome page can contain information which can be useful to your users i.e. it can contain links to any… Read More: Customizing Welcome Page for Dynamics 365 v9.0 in UCI »