What is captured in an update set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 07:03 PM
What is captured in an update set?
a) Data Record
b) Configuration Item
c) New User/Group
d) Views
I am confused between Configuration Item and View.
Can some one explain me the answer and reason of why others are not.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 07:16 PM
Hi Sachin,
For best information, refer here...
Documentation | ServiceNow Developers
In short, the update set captures the system configuration changes you make to the system. This includes, but is not limited to:
- Tables
- fields
- form layout
- list layout
- business rules, client scripts, script includes, and other scripts
- workflows
- system properties
What it does NOT capture is your transactional data like
- Incidents
- Users
- Groups
I hope that helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2017 08:02 AM
...and scheduled jobs are not captured either. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2017 08:05 AM
... and Fix Scripts DO get placed in the Update Set.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 08:37 PM
I guess, If we export the Scheduled job and import into same instance by selecting update set it will get captured in update set.