Is there any way to uncheck for all users the 'Relationship Changes' filter from the activity log?

Alon Grod
Tera Expert

Is there any way to uncheck for all users the 'Relationship Changes' filter from the activity log using a script or something else?

Screenshot 2024-09-14 at 18.55.24.png

2 REPLIES 2

ShubhamGarg
Kilo Sage

Hello @Alon Grod,

 

It is possible to fix this using quick configuration in activity filter. Here are the steps -

  1.  Open the record in native/core UI.
  2. Open the filter by clicking the activity filter icon (
     

    ShubhamGarg_1-1726337161990.png) in the Activity header.

  3. Select the fields for which you want to display activity.
    Fields are added or removed dynamically as the selection is made.
  4. Click the activity filter icon again to close the filter.

Reference documentation - https://docs.servicenow.com/bundle/xanadu-platform-user-interface/page/administer/form-administratio...

 

If my response helps you in any way, kindly mark this as Accepted Solution/Helpful and help in closing this thread.

Regards,

Shubham

Gangadhar Ravi
Giga Sage
Giga Sage

When activity is updated it will create record in sys_user_preference table. with that table name as prefix. you can try to see if you can build any logic to change veluw field in this record. but not sure if that will work. 

 

GangadharRavi_0-1726337361946.png