Skip to content

Instantly share code, notes, and snippets.

@jylertones
jylertones / ServiceNow Bookmark Shortcuts.md
Last active November 17, 2016 17:29
Bookmark shortcuts for ServiceNow

#ServiceNow URL Shortcuts

All of these are plain bookmarks that can be used on your instance. Drag each link to your bookmark bar to use.

##List v3

List v3 must be activated and enabled via system property for these to work.

Turn List v3 on for this user javascript:var param='sysparm_userpref_use.list_v3=true',l=window.location;l.href+=(l.href.indexOf('?')==-1?'?':'&') + param