Where is modern cell colouring configured?

Christine34
Mega Contributor

Hello experts

 

Can you please advise where I can find

- which fields are configured to use modern cell colouring?

- how to determine whether a dot is displayed or the whole cell is coloured?

- how the colours are determined?

 

I have searched the web and product doco with no luck.  I hope you can be of assistance.

Thankyou

Christine

1 ACCEPTED SOLUTION

The coloring Format is controlled by Field Styles which can be applied per table.

Refer link:https://community.servicenow.com/community?id=community_question&sys_id=4900cfeddb58dbc01dcaf3231f96...

 

With User Preferences you control the Color Format(dot or full cell).

Refer Link:https://community.servicenow.com/community?id=community_question&sys_id=4b530725dbd8dbc01dcaf3231f96...

 

However i found a Script include which has to with the layout of the table list format.

https://<Instance>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=2b2ce60b0a0a0aa300f98a1659780c27

Refer Link:https://community.servicenow.com/community?id=community_question&sys_id=bf1c0365db9cdbc01dcaf3231f96...

 

Do check the Links.

Thanks

View solution in original post

5 REPLIES 5

Alikutty A
Tera Sage

Hello,

Modern cell coloring applies to list view rows, it add alternate colors to rows based on your current theme settings. You can activate it from the list gear icon option. when you uncheck modern cell coloring, the dot will be displayed.

 

Christine34
Mega Contributor

Thank you ashh908

 

However I had previously read those posts.  I may not have made myself clear.  I am not asking how to switch modern colouring on or off.  I am asking where it is configured. 

 

That is, if I switch it on, how does the system decide which fields will be affected and whether a dot or the whole cell is coloured and how it determines which colours to display?

The coloring Format is controlled by Field Styles which can be applied per table.

Refer link:https://community.servicenow.com/community?id=community_question&sys_id=4900cfeddb58dbc01dcaf3231f96...

 

With User Preferences you control the Color Format(dot or full cell).

Refer Link:https://community.servicenow.com/community?id=community_question&sys_id=4b530725dbd8dbc01dcaf3231f96...

 

However i found a Script include which has to with the layout of the table list format.

https://<Instance>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=2b2ce60b0a0a0aa300f98a1659780c27

Refer Link:https://community.servicenow.com/community?id=community_question&sys_id=bf1c0365db9cdbc01dcaf3231f96...

 

Do check the Links.

Thanks