In the list view for a field how can we have the radio color with the value

Anjali8
Giga Contributor

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

2 REPLIES 2

Mark Manders
Mega Patron

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

omkar_jadhav_
Tera Contributor

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