Other UI Enhancements
SN Utils features for Next Experience, Workspaces, Background Scripts, Studio, and Service Portals.
Last updated: January 24, 2026
Last updated: January 24, 2026
Besides Lists and Forms, SN Utils enhances several other ServiceNow interfaces.

SN Utils can add pickers in the header (like in UI16) without taking extra screen space.
Features:
Configuration:
Workspace enhancements are growing. Currently available:

With Technical Names activated:

g_form for debugging
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:
content prefills the script (used by /bgc and /bgl commands)The classic Studio (open via /st) doesn't have built-in search for metadata in your scope. SN Utils adds it!

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:

-a flag, only mandatory fields get filledThis works great for testing catalog items and forms quickly.