We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Looking for location of a table

James Kailukai1
Mega Sage

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.


1 ACCEPTED SOLUTION

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

 

 

Through lots of digging and mostly the help of other admins , we have found the table

sys_highlighted_value_list is the parent table:

 

Once you select that you can then add Highlighted value conditions on the related list. 

JamesKailukai1_1-1782237717082.png

You can then control how and what displays. 

JamesKailukai1_2-1782237754154.png

 

 

I was able to add new attribute and set it to display a more user friendly message based on conditions on the record

JamesKailukai1_0-1782301423379.png

View solution in original post

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

 

 

Through lots of digging and mostly the help of other admins , we have found the table

sys_highlighted_value_list is the parent table:

 

Once you select that you can then add Highlighted value conditions on the related list. 

JamesKailukai1_1-1782237717082.png

You can then control how and what displays. 

JamesKailukai1_2-1782237754154.png

 

 

I was able to add new attribute and set it to display a more user friendly message based on conditions on the record

JamesKailukai1_0-1782301423379.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.

Mariam Ahmed

ServiceNow Developer | Here to Learn, Here to Share