Looking for location of a table

James Kailukai1
Tera Guru

We have made some change to the lists in our portal to do do things like change the color of the text, add background text, even replace the value you see depending on the value of the data in the field. In the screen shot attached, you can if the record has not been update in the last five days, we display some text instead of the last updated date.

This was not done by modifying any widgets. This is an OOTB ServiceNow capability. It is similar to the Field Style on normal list. Just cannot remember the table name that the configuration are stored in. Any help would be appreciated.


3 REPLIES 3

Riteshv32564711
Tera Contributor

Just check in 

sys_ui_style or Run this in your Instance sys_ui_style.list(then apply filter the table if you are able to find from there)

This table allows for making style changes to the "Platform" side.  I am not seeing the ability to have a condition added that says if sys_updated_on is over 5 days old display "Not updated in 5 days" vs the actual date. There is a OOTB table that allows you to add conditions and have below appear. 

JamesKailukai1_0-1782228255451.png

 

Mariam_Ahmed
Tera Guru

Hi @James Kailukai1,

Please check the following table, as this functionality is typically configured there:

  • sys_ui_style – Stores UI style definitions that can be referenced by list styles.

If you found this response useful, please mark it as Helpful and accept it as the Solution to help others with similar questions.


Best regards,

Mariam Ahmed.