Tag Archives: UCI Dynamics 365

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 »

Filter PartyList Field based on other lookup field that supports on UCI Dynamics 365 v9.x

Introduction: Recently we had a business requirement where client wants to filter PartyList field by selected account in regarding field on activity entity form. As shown in below image, when we click on party list field, by default it shows data of many entities (i.e. Account, Contact, and User etc.) Our client requirement is to… Read More »

JavaScript: “Execution Context” provides Form Values on Web as well as UCI in Dynamics 365 v9.0

Introduction: No doubt, Microsoft Dynamics 365 v9.0 surprised us with the UCI feature which provides a generic user interface to users, this is about UI but behind the scene for developers also Microsoft provided “Execution Context” object which is a collection of array. Recently we have a business requirement to perform some action using Custom… Read More »