HRSD - List Style

SandeshD
Tera Contributor

We have a custom check box (Needs Attention) created in the HR Case table . When ever the flag is True , I want that record to be display is Orange color , i.e the background of the record on the list view , in orange color.

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@SandeshD 

not possible in native without DOM manipulation.

You can apply field style but you need to have it on individual fields.

DOM manipulation is not recommended.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Wessel van Enk
Tera Guru
Tera Guru

Hi,

You need to configure the Field Style (sys_ui_style table).
Add the field that it depends on and the value it needs to be to apply the style and then configure the style you want in the style field. 

 

WesselvanEnk_0-1753357311302.png