Please use docs.servicenow.com for the latest documentation.
This site is for reference purposes only and may not be accurate for the latest ServiceNow version
Client Scripting
Note: This article applies to Fuji. For more current information, see Scripts at http://docs.servicenow.com
The Wiki page is no longer being updated. Please refer to http://docs.servicenow.com for the latest product documentation. |
Overview
![]() |
Client scripts run on the client (web browser). You can use client scripts to define custom behaviors that run when events occur such as when a form is loaded or submitted, or a cell changes value. Client-side Glide APIs (Application Programming Interfaces) provide classes and methods that you can use in scripts to perform client-side tasks. For reference information on the client-side APIs, see Client API Reference. |
Client Script BasicsReview the basics of ServiceNow client scripting. |
UI ScriptingUse scripts to create custom UIs. |
Jelly ScriptingUse Jelly in ServiceNow scripts. |