Form Enhancements

SN Utils features for ServiceNow forms including keyboard shortcuts, screenshot pasting, view data, and technical names.

Forms get several enhancements from SN Utils, from features useful for all ServiceNow users to developer-focused tools.

Build List Filter from Form

CTRL-Click on field labels to build a list filter using current values.

CTRL-Click labels to build a filter

Click on multiple labels (like Category, Assignment Group, Subcategory) to build a filter with those conditions. Clicking the generated link opens the filtered list in a new tab with the filter pinned.

Result from list filter

CTRL-Click in the gray header bar to create a filter for the current record's Sys ID - a quick way to open the record in list view.

Keyboard Shortcuts

ShortcutAction
CTRL-SSave the record
CTRL-SHIFT-SInsert and stay (when supported)
CTRL-]Next record (when available)
CTRL-[Previous record (when available)
CTRL-VPaste image (when enabled)

Paste Screenshots

Adding screenshots normally requires saving to disk, opening a dialog, and uploading. With SN Utils, paste directly via CTRL-V.

Paste Screenshot

A unique filename based on the timestamp is automatically added. You can change the name from the preview if needed.

If your form has an Activity stream, the screenshot appears there immediately.

Activity stream

This also works when viewing records in Workspaces.

Who Edited This

Click the question mark icon (added by SN Utils) in the form header to see record metadata.

Who edited this record

Shows:

  1. Table and Sys ID
  2. Created/Updated information, update count, and scope (for metadata)
  3. Helpful prefilled slash commands

View Data

View Data is a supercharged Show XML. Access it via:

  • Slash command /vd
  • Double-click on the question mark icon
  • View Data tab in the popup

View data

Features:

  1. Basic record information and link
  2. Search field
  3. Option to hide empty rows
  4. Additional info like field name and display value
  5. Copy button for exporting to Excel

Double-Click to Edit Value

Double-click a field label to see and edit the current value.

Edit form value via label double click

For choice fields, you'll see field details and available values. You can manually update the value directly.

This works for read-only fields too (admin only). Try changing a reference field to a Sys ID value.

Technical Names on Forms

Like lists, Technical Names adds valuable information to forms:

Technical Names for Forms

  1. Table name next to the label
  2. Field names next to labels (easy to identify dot-walked and cross-scope fields)
  3. Choice values next to choice labels
  4. View name at top (if not default view)

List field values (like Watch List) are converted to hyperlinks to the underlying records, with a red X to remove values.

Advanced Features

Technical Names Info messages

Depending on field type, labels become hyperlinks:

  • Reference fields link to the underlying record
  • Translatable fields link to translations
  • The ? behind UI actions links to the UI Action record

Header bar additions:

  • Scratchpad - Shows scratchpad JSON
  • Table fields - Shows fields per extended table and visibility status
  • Toggle label - Try it!

For related lists, normal lists show the table name, while scripted relations show a link to the sys_relationship record.

Related Lists

Switch Scope

When viewing a metadata record in a different scope, click to switch scope with one click instead of making one-off edits.

Switch Scope

Table-Specific Additions

Some enhancements only apply to specific tables:

Special actions

  • Tables (sys_db_object) - Link to open the collection dictionary entry
  • PA Formula Indicators (pa_indicators) - Clickable links to indicators used in the formula

Full Screen Monaco Editor

When "Enable Code Editor buttons" is enabled, you can open a full-screen editor for code fields.

Full screen Monaco editor

Attachment Preview

If a record has attachments, a magnifying glass icon lets you preview many file types that would otherwise need to be downloaded.

Attachment preview

Versions Modal

For metadata forms without the Versions related list, SN Utils adds a link that opens a modal showing version history - no need to modify the form layout.

Versions modal