HRSD - List Style
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2025 01:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2025 01:03 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2025 04:41 AM - edited ‎07-24-2025 04:42 AM
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.