CH7: Enhancement for Testing Flashcards
What programming language is used within ServiceNow?
JavaScript
Which type of scripts run on the browser?
Client-side scripts: UI Policies and
Client Scripts
Which script runs when a record is displayed, inserted, updated, deleted, or when a table is queried?
Business Rule
Does a business rule run on the client side or the server side?
Server
What attributes of a field can a UI Policy Action change on a form?
- Mandatory
- Visible/Hidden
- Read Only
What provides additional functionality within an instance?
Plugins
UI Policies execute on the client or server side?
Client
What triggers a notification?
Business rules
What updates a parent incident when a child incident is updated?
Business rules
What makes pop-up messages appear?
Client scripts
What changes values in a field in response to another field being updated?
Client scripts
What enforce mandatory fields as well as read only fields? (Even in the list view)
Data Policy
Client side refers to which? Web browser or SN database
Web browser Note: Remember SN is aPaaS. The browser is the client.
Once a UI Policy is saved what determines what happens on a form?
Policy Actions Ex: Setting a field as mandatory or read only
What is the purpose of a data policy?
To standardize data across all ServiceNow applications
Note: Data policies do not enforce security, they manage data integrity