- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
07-03-2025 09:15 PM - edited 07-03-2025 09:19 PM
I was curious to know how we can export favorites in ServiceNow, just like browser bookmarks. So, I got into the community, learned the process, and now I’m sharing it with you all
Copy Favorites - Introduction
• Copying favorites between instances in ServiceNow can
streamline your workflow and ensure consistency across
environments.
• This guide will walk you through the steps to achieve this.
Copy Favorites - Table Names
• The tables involved in this process are sys_ui_bookmark and
sys_ui_bookmark_group.
Copy Favorites - Steps to Copy Favorites
• Export Favorites from Source Instance:
• Navigate to the sys_ui_bookmark and sys_ui_bookmark_group tables.
• Sort it by name you want to export.
• Ensure you include both sys_ui_bookmark and sys_ui_bookmark_group xmls from the tables.
• Import Favorites to Target Instance:
• Log in to the target instance.
• Navigate to the sys_ui_bookmark and sys_ui_bookmark_group tables and import
respected xml in it.
Copy Favorites - Tips and Best Practices
•Verify Data: Ensure that the favorites are correctly mapped and
imported by checking the target instance.
•Backup: Always backup your data before performing
import/export operations.
- 595 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Very Nice
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Do realize that this process can cause duplicates! Every bookmark entry has its own sysid. So if you copy the 'all my incidents' bookmark for one user to another instance, where he already created it himself, he now will have 2 of them. And if the instance is ever cloned and the user changed something on the target bookmark (order/label/icon) and you xml the record from the source, you will override the changes he made.
There are some valid use cases to copy bookmarks, but please be aware of the consequences it can have.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @Mark Manders ,
Appreciate you took out time, read the post and provided the valuable feedback.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
helpful, Thanks