how can I remove the bookmarks for all users

harivas
Tera Contributor

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

1 ACCEPTED SOLUTION
9 REPLIES 9

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @harivas 

 

Check user_preferce table

 

AGLearnNGrow_0-1709121841879.png

 

https://docs.servicenow.com/bundle/washingtondc-platform-user-interface/page/administer/navigation-a...

*************************************************************************************************************
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]

****************************************************************************************************************

Community Alums
Not applicable

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".

SandeepDutta_0-1709122036875.png

 

You can also follow the article with steps :https://www.servicenow.com/community/developer-articles/edit-module-how-to-remove-bookmarking-favori...

 

 

 

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]

****************************************************************************************************************

Hi @Dr Atul G- LNG 

Thanks for your response , I am looking into that.