0 votes
in Service Now by
What do you understand by a client script? What is its usage?

1 Answer

0 votes
by

Client script resides on the client-side or the browser and runs on the client-side only. It allows the system to run when client-based events occur, such as when a form loads, after form submission, or when a field changes value.

Following are the different types of client script:

  1. OnLoad()
  2. OnSubmit()
  3. OnChange()
  4. OncellEdit)
...