logo

NJP

ServiceNow Script Editor

Import · Jan 23, 2023 · article

All scripts, regardless of the script type, have two parts:

  • Configuration: It specifies when to execute the script logic
  • Script: It contains the script logic specifying what to do when the configuration criteria are met

Although the configuration is different for every script type, the Script Editor is the same for all scripts. The Script Editor features include:

  • Real-time syntax checking
  • Toolbar
  • Syntax highlighting
  • Scripting assistance
  • Links to API documentation
View original source

https://medium.com/@LearnITbyPrashant/servicenow-script-editor-279a2daacde3?source=rss-d005fc598f0a------2