Slash Commands - Getting Started

Learn how to open and use SN Utils slash commands for fast ServiceNow navigation and table searches.

Opening the Slash Command Window

The recommended shortcuts to trigger slash commands are:

  • Windows / Linux: ALT-/
  • Mac: CTRL-/

Since the Washington release, ServiceNow introduced built-in shortcuts that conflict with older SN Utils shortcuts.

If you prefer the old behavior, enable the setting: Prioritize CTRL-/ and CMD-/ above OOB shortcut

Reclaim the CTRL/CMD key

You can also set a custom shortcut on the Manage page. The extension supports dark and light themes.

Dark and Light theme

Basic Navigation Commands

Here are some essential navigation commands:

CommandAction
/meOpen your user record (sys_user)
/stOpen Studio in a new tab
/fdOpen Flow Designer in a new tab
/bgOpen empty Background Script
/uibOpen UI Builder
/pOpen System Properties list
/uOpen Users list
/docsSearch the ServiceNow docs site

Sidekick Commands Pro

Open the Sidekick debugging suite with these commands:

CommandTool
/skOpen Sidekick (last used tool)
/sklogLog Viewer — real-time system log monitoring
/skclientstateClient State Viewer — Next Experience state inspection
/sksessionSession Inspector — user, roles, groups, update set
/skurlURL Doctor — view and edit URL parameters
/skuibUIB Page State — UI Builder page state editing

Force specific behavior with these modifiers:

  • Enter - Default behavior (usually current tab)
  • CTRL-Enter - Force open in new tab
  • CTRL-SHIFT-Enter - Force open in current tab

Table Search Commands

Several built-in commands search common tables:

CommandTable
/pSystem Properties
/uUsers
/brBusiness Rules
/siScript Includes
/logSystem Log
/appApplication Scopes

Adding Search Parameters

Commands accept search terms and switches:

Extra Table Search options

Example: /p ui.session -s -p

  1. /p - Properties table command
  2. ui.session - Search term for the name field
  3. -s - Restrict results to current scope
  4. -p - Pin the filter (show expanded)

Understanding Switches

Switches modify command behavior:

SymbolMeaningExample
Adds filter condition-a for active=true
Adds URL parameter-p for sysparm_filter_pinned=true
↥↧Adds order by-ud for ^ORDERBYDESCsys_updated_on
Opens related page-t for table definition

Common useful switches:

  • /p -n - Open new record
  • /p -t - Open table definition
  • /p -r - Open random record

Inline Results

Confirm your search with the Right Arrow key to see results inline. Navigate with numbers or mouse click.

Inline results

Commands with inline results show the ⇲ symbol.

Using Encoded Queries

You can pass an encoded query as the parameter:

/p valueLIKEwashi

Slash command with encoded query

This overrides the default name search.

Start typing any table name and SN Utils will find matching tables:

Dynamic table search

After 3 characters, tables are automatically searched. For sys tables (many matches), additional searches trigger after each _. You can also press Right Arrow to trigger a search.

Navigate with Up/Down arrows and select with Tab. Then apply switches as usual.

Use * for contains search if you don't know the exact table name:

Wildcard table search

Command History

Use the Up Arrow key to scroll through your recently used commands.