script Flashcards
Which of the following are a type of client scripts supported in ServiceNow?
(Choose four.)
onCellEdit, onLoad, onSubmit, onChange
Which of the following statements correctly describes the difference between a client script and a business rule?
A client script runs on the client when onLoad, onChange of a field or onSubmit of
a record. A business rule runs on server before or after a record is loaded, inserted, deleted or updated.
Which script does run when a record is displayed, inserted, updated, deleted or when a table is queried?
Business Rule
What are the different types of Client Scripts that are supported in ServiceNow? Select 4 Answers from the below options.
OnLoad(), OnSubmit(), OnCellEdit(), OnChange()
What is the main language used for scripting in ServiceNow?
JavaScript
Which of the following do run scripts client-side? Select 2 Answers from the below options.
Client Script, UI Policy
Which of the following are a type of client scripts supported in ServiceNow?
onCellEdit onSubmit onLoad onChange
How to make a Client Script run on the server side instead of client side?
Client scripts can only run on client. There isn’t a way to make them run on the server
Which of the following can be useful if you want to restrict certain users from executing scripts on a tables?
ACL