Other UI Enhancements
SN Utils features for Next Experience, Workspaces, Background Scripts, Studio, and Service Portals.
Besides Lists and Forms, SN Utils enhances several other ServiceNow interfaces.
Next Experience Header

SN Utils can add pickers in the header (like in UI16) without taking extra screen space.
Features:
- Application and Update Set pickers in the header
- Double-click a group (All or Favorites) to pin it
- Immediate sync of changes to other tabs in the same session
Configuration:
- Enable via: Show (Next UI) or Enhance (UI16) Application and Update Set picker at page load
- Pickers hide when clicking the search icon
- Domain and encryption context pickers added for applicable instances
- Items are clickable and open underlying searches
- CTRL-Click / CMD-Click to activate matching slash command
- Optional warning when default update set is active
Next Experience Workspaces
Workspace enhancements are growing. Currently available:
Lists in Workspaces

With Technical Names activated:
- Filter added to the list overview
- Names shown behind labels
- Icon to view/modify the encoded query
- Link to open the same table in classic list view
- Table name displayed
Forms in Workspaces

- Link with table name and view - opens form in classic UI
- Small link to refresh the form
- Button to dump variables to console and instantiate
g_formfor debugging

Background Script
SN Utils enhances the Background Script page with a Monaco code editor. Since Washington, this is also available out-of-box, but SN Utils adds improvements.
Enable via: Enhance Background Script Editor

Enhancements:
- Draggable split screen - results display on the same page
- Download button for script output as text file
- Direct link to
sys_script_execution_historytable (cancel link visible during execution) - Execute with CTRL-Enter (CMD-Enter on Mac)
- Context menu to toggle options or trigger searches
- Title shows script state: ⚪ Waiting, 🔴 Running, 🟢 Finished
- Added margin to the page
- URL parameter
contentprefills the script (used by/bgcand/bglcommands)
Studio
The classic Studio (open via /st) doesn't have built-in search for metadata in your scope. SN Utils adds it!

Service Portals
SN Utils adds features to Service Portals as well.
After triggering /tn (Technical Names), variable names appear behind labels - useful for identifying variables on catalog items and other portal pages.
The /rnd -a command attempts to fill all variables with random values, making it easier to test forms:

- Without
-aflag, only mandatory fields get filled - If there are dependencies, the command reruns to fill all fields
This works great for testing catalog items and forms quickly.