Create a UI Policy and a Business Rule Flashcards
1
Q
What is the language used for
scripting in ServiceNow?
A
- JavaScript
2
Q
Which type of scripts run on the
browser?
A
- Client-side scripts: UI Policies and
Client Scripts
3
Q
Which script runs when a record is
displayed, inserted, updated,
deleted, or when a table is queried?
A
- Business Rule
4
Q
Does a business rule run on the
client side or the server side?
A
- Server
5
Q
What attributes of a field can a UI
Policy Action change on a form?
A
- Mandatory
- Visible/Hidden
- Read Only
6
Q
What provides additional
functionality within an instance?
A
- Plugins