Migration and Integration Flashcards
What are Update sets?
An update set tracks changes to applications and platform features, then groups them together so they can be moved from one instance of ServiceNow to another.
How Update Sets work?
It writes changes from tracked tables to the Customer Update [sys_update_xml] table.
The newest changes overwrite older changes in an Update Set
If multiple update sets have modified the same object. The newest will be moved to the merged update set
What is a good practice about using Default Update Sets for moving customizations between instances?
It is recommended to avoid using the Default Update Set for moving customizations between instances. System Administrators and developers should use meaningful named update sets (user-created update sets) for moving customizations between instances.
What is captured in an Update Set?
Process Records:
Business Rules
Client Scripts
Fields
Forms and Form
Sections
Report
Definitions
Tables
Views
Roles
Published Flows
What is NOT captured in an Update Set?
Data:
New Data
Records
Modified Data Records
Tasks
Modified CIs
New Users and Groups
Schedules
Scheduled Jobs
Dashboards
Where to Create Update Sets?
All>System Update Sets>Local Update Sets
What should be the state of an Update Set to be exported
You need to change state from “in progress” to “Complete”. Then you save and Export to XML
What are the Steps to Upload an Update Set?
1.Retrieve
2.Preview
3.Commit
What is integration Hub used for?
It provides a single solution to quickly integrate with third-party services to build and share a content
How are integrations referred to?
Integrations are referred to as a spokes, and can be easily configured to integrate without scripting
Benefits of integration Hub?
Reduces the need for a code, while ensuring discoverability and reuse
You can use integration hub to extend the flow designer to call third-party systems

What integrations come with Subscription?
Starter spokes are included with the subscriptions. Standard, professional, and enterprise spokes require a subscription. To locate the spokes, visit the ServiceNow store.
What are Automated Test Framework (ATF) for?
They enable you to create in around automated tests to confirm that your instance works after making a change