- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 03:59 AM
For users have in their profile they have auto added book marks are there when I make it un check pinned and auto added fields on those book marks still they have book marks, when I deleting in perticular users of bookmark record in bookmark table then only its removing profile,
1.how can I remove the existing book marks for all users
2.how can I add the some bookmarks for who are having resource roles
can any one help me on this query,
thanks & Regards
Harivas
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 05:41 AM
Hi @harivas ,
You can use the script mentioned :
OR
You can refer to this article :https://www.servicenow.com/community/itsm-blog/associating-default-favourites-for-itil-users/ba-p/22...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 04:04 AM
Hi @harivas
Check user_preferce table
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 04:08 AM
Hi @harivas ,
If you are an admin, you can simply navigate to System Definition > Bookmarks which stores favorite for all the users, Remove the respective records as per your requirement.
The table name is "sys_ui_bookmark".
You can also follow the article with steps :https://www.servicenow.com/community/developer-articles/edit-module-how-to-remove-bookmarking-favori...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 04:09 AM
Thanks for correcting me Guru @Community Alums
It is bookmark table not preference 😞
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 04:28 AM
Hi @Dr Atul G- LNG
Thanks for your response , I am looking into that.