- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 05:06 AM
Hi,
Is there any way to export/import the custom groups where the favorites are grouped in ServiceNow?
Greetings,
Misafir
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 05:20 AM
Hi @Misafir99
https://INSTANCENAME.service-now.com/now/nav/ui/classic/params/target/sys_ui_bookmark_list.do%3Fsysparm_query%3D%26sysparm_first_row%3D1%26sysparm_view%3D
Give a try here:
Adding a link as a favorite provides a user quick access to links such as knowledge articles, incidents, catalog items, modules, etc. The favorites are stored in the Bookmark (sys_ui_bookmark) 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
12-06-2023 05:20 AM
Hi @Misafir99
https://INSTANCENAME.service-now.com/now/nav/ui/classic/params/target/sys_ui_bookmark_list.do%3Fsysparm_query%3D%26sysparm_first_row%3D1%26sysparm_view%3D
Give a try here:
Adding a link as a favorite provides a user quick access to links such as knowledge articles, incidents, catalog items, modules, etc. The favorites are stored in the Bookmark (sys_ui_bookmark) 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
12-06-2023 07:11 AM
Thanks Atul!
It's working:)
Step 1 ) Export bookmark (sys_ui_bookmark_list) to xml
Step 2) Export custom groups (sys_ui_bookmark_group.list) also to xml
Step 3) Import first the file by step 1 and after that the file in step 2 in any instances.
Regards,
Misafir