ServiceNow Inject Custom Bookmarks into UI

Take your bookmarks wherever you go by dynamically injecting your bookmark configuration list into the UI (classic or polaris).

当前为 2023-09-29 提交的版本,查看 最新版本

作者
Erik Anderson
评分
0 0 0
版本
1.0.09.09.2023
创建于
2023-09-29
更新于
2023-09-29
大小
41.3 KB
许可证
MIT
适用于

ServiceNow: Inject Custom Bookmarks into UI

Take your bookmarks wherever you go by dynamically injecting your bookmark configuration list into the UI (Classic or Next Experience).

Why This Exists


If you're like me, you may be someone that is on multiple ServiceNow Instances all the time, maybe some of those instances get z-booted or cloned over on a fairly regular basis. Then all of your favorite bookmarks that you spent a good while meticulously crafting are gone. Additionally each instance probably has a different set of bookmarks, there's no consistency and makes developing and navigating on the platform just that much more cumbersome.


This makes things simple. Configure the bookmark array within the script with whatever you like (or just use the default that I provided as an example below) and then you're good. Whenever you open your ServiceNow instance the script will append the bookmark list configured within the script and append it to your existing bookmark list already in the instance. Whenever you make a change your bookmarks will update on every instance you visit so no need to repeat.