0 votes
in Service Now by
Define a client script in ServiceNow?

1 Answer

0 votes
by

Client script sits on the browser and runs on client side only. Types of client script are:

  • OnLoad()
  • OnChange()
  • OnSubmit()
  • OncellEdit)
...