ServiceNow Scripting Templates

ryan.patrick.pope

ServiceNow Scripting Templates

Not entirely comfortable with coding, but have some templates you copy and paste from a personal repository to set the foundation for a script? Check out the Syntax Editor Macro functionality in SN (System Definiton>Syntax Editor Macro). There are a few OOB script templates, and coding documentation templates, but you can create your own as well.

Forgot how to “for loop”? In your script type “for” + TAB key to print a for loop template in your script!