Update Sets Flashcards
What is the purpose of an update set?
An update set tracks changes to applications and platform features, then groups them together so they can be moved from one instance (dev instance) to another (test instance)
How do Update sets work?
Update sets work by writing changes from tracked tables into the Customer Update [sys_update_xml] table
What happens to older changes in an update set?
They are overwritten with the new changes captured in the Update Set
When we merge updates sets, what happens when a same object’s changes (like an incident form) have been tracked by many update sets?
The most recent change to that object will be moved to the merged update set
What is the Base System Update Set?
The Default instance update set.
It captures changes made to the instance without adding them to user-created update sets
What is captured in an Update set?
Customizations and configuration changes (i.e. Process records)
What is not captured in an Update set?
- Data records (like a new User or a new Incident record) => Use Export XML to move data
- Dashboards (use Unload Dashboard function to move dashboards manually)
Check doc Move a dashboard with an update set
Where to navigate to create an update set?
All > System Update Sets > Local Update Sets > New
- Press Submit and Make Current
How to export a update set?
- All > System Update Sets > Local Update Sets
- Open the update set record
- Change the State from In Progress to Complete
- Save the form (not Update)
- Export to XML in the Related Links
- Save the XML file to computer
How to upload an update set?
- All > System Update Sets > Retrieved Update Sets
- Import Update Set from XML
- Choose File
- Upload
- Preview Update Set button
- Commit Update Set button
What are 3 precautions to take regarding Update sets?
- Both instances must be on the same version
- Determine the changes to make in a single update set and limit the set to 100 records
- Ensure all platform records have matching sys_id fields between the instances
How to retrieve an Update set from a remote instance?
- In the Prod instance, All > System Update Sets > Update Sources > New
- Fill the form fields to connect to the sub-prod instance
- Press Retrieve Selected Update Sets button
- Select Retrieved Update Sets Related list
- Select the update set and press Commit Update Set button
(Check doc Retrieve an update set)
What are some examples of standard integrations in ServiceNow?
- Login SSO
- LDAP
- Communications
- Monitoring
- Systems Management
What are the most common processes required for integration?
- CMDB
- Incident Management
- Problem Management
- Change Management
- User Administration
- SSO
What techniques can be used for integration?
- Web services
- LDAP
- Excel
- CSV