Module 8 - Package Enhancements for Testing (IE: Scripting) Flashcards
Application scope ensures (2 things)
Applications do not interrupt core services
Other applications do not interfere with normal functions
App Scoping protects applications by
Identifying and restricting access to available artifacts and data
Applications developed prior to application scoping are….
Global Scope
Custom applications have…
a private scope that uniquely identified them and their artifacts
Update Sets are
a group of configuration changes that can be moved from one instance to another
What is captured in an update set?
business rules
client scripts
fields etc.
What is NOT included in an update set?
Tasks
new data records
modified data records etc.
Are dashboards captured in update sets?
No, but they can be added manually by using the unload dashboard function
What is scripting in ServiceNow?
Scripting is done via Javascript, and can execute on the client side or the server side
User Interface (UI) Policy
is a rule that is applied to a form to dynamically change information on the form itself
UI Policies execute on the server side? (T/F)
False - They execute on the client side
Data Policies are similar to UI policies but…
They apply everywhere, not just a standard browser
Data policies execute on the Server Side (T/F)
True - However they can also run as a UI Policy on the Client Side
UI Actions are defined as
something in the user interface that can be clicked in order to do something (Buttons, links etc)
Client Scripts are a scripting record….
that monitors real time changes on a form, however they are not locked into a specialization like a UI Policy, and they DO require Javascript to get things done