Remove Field changes from activity logs

21225a0411
Tera Contributor
In the activity logs, I want to hide field changes for the watchlist. As per my requirement, I have added custom comments in the additional comments, so the field changes are unnecessary since the same information is displayed twice.
This change should apply to all users, not just me.
6 REPLIES 6

Also @ayushraj7012933 this below looks like a piece of customisation:

Screenshot 2026-03-27 at 08.11.40.png

 

Because in ServiceNow it is "Watch list" (two words) and not "watchlist" (one word with all lower cases).

 

So you should check your business rules, flows, client scripts, it can be pretty much anything..

_____
100 % GlideFather experience and 0 % generative AI

Philippe Casidy
Tera Guru

Hi @21225a0411 ,

 

You can configure the activities to be displayed using the funnel on the right hand-side of the activity stream 

or you can edit the system properties:

/sys_properties_list.do?sysparm_query=nameLIKE_activity.fields

 

There is a property per table like:

glide.ui.change_request_activity.fields

 

Please let me know how it works for you.

 

Philippe