-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Dynamics 365 for Finance and Operations Development Cookbook
By :

One of Dynamics 365 for Operation's exciting features, which can enhance user experience, is the ability to color individual records. Some users might find the system more intuitive and user-friendly through this modification.
For example, emphasizing the importance of disabled records by highlighting terminated employees or former customers in red allows users to identify relevant records at a glance. Another example is to show processed records, such as posted journals or invoiced sales orders, in green.
In this recipe, we will learn how to change a record's color. We will use one created earlier form the PktDisabledUser
form located in System administration
| Users
| Disabled Users with color
and add a method to show disabled users in red.
PktDisabledUser
form; add this form to your project.displayOption()
method in its UserInfo
data source with...