Introduction to Development Flashcards
What is the language used for scripting in 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 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
What is used frequently to move customizations from one instance to another?
Update sets
Which types of records are not captured in an update set
Data records
What are the steps for applying an update set to an instance?
Retrieve, Preview, Commit
The first time you connect to a remote instance, what do you need to do to ensure a successful retreival?
Test Connection
Which ServiceNow tool is used by developers to create custom applications?
App Engine Studio
A non-administrator user who is assigned one or more permissions to develop applications is called?
Delegated Developer
Which site offers help and training to ServiceNow Developers?
https://developers.servicenow.com
What protects applications by identifying and restricting access to available files and data?
Application Scoping
How can a user display the current application scope in the banner frame?
System Settings (gear icon)
Developer tab
Show application picker in header