Skip to content

Instantly share code, notes, and snippets.

@zhmur
Last active August 18, 2016 12:37
Show Gist options
  • Select an option

  • Save zhmur/c00744aedeb9ea2a34a5182730500a2f to your computer and use it in GitHub Desktop.

Select an option

Save zhmur/c00744aedeb9ea2a34a5182730500a2f to your computer and use it in GitHub Desktop.
ServiceNow Help overview

Table: sys_ui_overview_help

User property boolean (is set to true after first help overview demostration): overview_help.visited.ui15

Client script to load help page:

function onLoad() {  
    parent.NOW.launchOverviewHelp('UI name'); // title of the help overview page
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment