- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2015 07:03 AM
A user can define what is being displayed in the Activities (filtered) list in i.e. incidents.
I would like to know where this preference is stored and if possible how to edit this for all users without roles
Any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2015 08:00 AM
Appearance of the activity log for a given user is determined by the values of the following user preferences:
TABLENAME.activity
TABLENAME.activity.log.display
TABLENAME.activity.filter
TABLENAME.activity.filter.on
You can easily figure out how their values are built by playing with the activity stream and observing changes to your own user preferences in "sys_user_preference" table.
For more information on how to manage user preferences refer to the following Wiki article:
User Preferences - ServiceNow Wiki
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2015 08:00 AM
Appearance of the activity log for a given user is determined by the values of the following user preferences:
TABLENAME.activity
TABLENAME.activity.log.display
TABLENAME.activity.filter
TABLENAME.activity.filter.on
You can easily figure out how their values are built by playing with the activity stream and observing changes to your own user preferences in "sys_user_preference" table.
For more information on how to manage user preferences refer to the following Wiki article:
User Preferences - ServiceNow Wiki
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 12:28 AM
Thanks Slave,
That was exactly what I was looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 11:29 AM
@Slava: Sorry for the misspelling of your name earlier!
I am able to script the preferences and I can see from the filter that they are working (in the example below I am trying to display only "Description" activities). My issue is that the actual filtering doesn't care what the settings are. All activities are still shown. I have tried both a scheduled job and a display business rule.
Any suggestions on this??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2015 01:19 AM
Hi Jan,
No worries. Can I have a look at your script? By the way, what exactly are you trying to accomplish and what is the business case behind it? Thanks.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/