ServiceNow Certified System Administrator — Question 2
Which of the following are a type of client scripts supported in ServiceNow? (Choose four.)
Answer options
- A. onSubmit
- B. onUpdate
- C. onCellEdit
- D. onLoad
- E. onEdit
- F. onChange
- G. onSave
Correct answer: A, C, D, F
Explanation
The correct options are onSubmit, onCellEdit, onLoad, and onChange because these are recognized types of client scripts in ServiceNow that allow for specific actions in the user interface. onUpdate and onEdit are not classified as client scripts, while onSave is not included in the list of supported types.