Use External JavaScript files in your ServiceNow Instance

  1. Navigate to System UI > UI Scripts.
  2. Click New.
  3. In script 
You can use global check box which indicates whether script loads on every page in the system ( Use caution when creating global UI scripts because they can impact performance )

You can also include this js file using script tag in your UI pages

Comments

Popular posts from this blog

Inserting and Moving elements inside Ruby Array

Remove duplicates from a JavaScript Array

Difference between Validations, Callbacks and Observers