In the list view for a field how can we have the radio color with the value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 12:19 AM
In the list view for a field how can we have the radio color with the value
For example for priority in the list view we are having radio different colour for the values minor, major,critical.
Could you please provide solution as i need it for the list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 12:27 AM
I think this will help you getting what you want: https://www.servicenow.com/community/developer-forum/how-do-i-change-the-background-color-of-a-field...
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 12:38 AM
Hello @Anjali8
These are the steps that might help you
1 - go to system ui -> field styles
2 - create new
3 - select table and field name
4 - in styles put this background-color: red;
5 - save