Shriram Joshi
Tera Guru
Tera Guru

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.

ShriramJoshi_0-1751602315147.png

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

ShriramJoshi_1-1751602370649.png

 

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.

Comments
Prasad Dhumal
Mega Sage
Mega Sage

Very Nice

Mark Manders
Mega Patron

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.

Shriram Joshi
Tera Guru
Tera Guru

Hi @Mark Manders ,

Appreciate you took out time, read the post and provided the valuable feedback.  

Akshay Pithore
Tera Contributor

@Shriram Joshi 

helpful, Thanks

Version history
Last update:
‎07-03-2025 09:19 PM
Updated by:
Contributors