Is there any way to uncheck for all users the 'Relationship Changes' filter from the activity log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 08:56 AM
Is there any way to uncheck for all users the 'Relationship Changes' filter from the activity log using a script or something else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 11:08 AM
Hello @Alon Grod,
It is possible to fix this using quick configuration in activity filter. Here are the steps -
- Open the record in native/core UI.
- Open the filter by clicking the activity filter icon (
) in the Activity header.
- Select the fields for which you want to display activity.Fields are added or removed dynamically as the selection is made.
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 11:10 AM
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.