- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 11:37 PM
Hi,
I am not sure about database changes. So, I am posting it. Please give me all the updates which are not included in an Update set.
Regards
Suman P.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 11:48 PM
1) Homepages
2) Data
3) Schedule jobs
4) Database changes
The above mentioned entities are not automatically captured in update set, rest everything captured in update set once modified or created
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 11:48 PM
1) Homepages
2) Data
3) Schedule jobs
4) Database changes
The above mentioned entities are not automatically captured in update set, rest everything captured in update set once modified or created
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 11:48 PM - edited 11-09-2023 11:52 PM
Hi @ServiceNow Use6 ,
Data ,Homepages, Scheduled jobs,Schedules.
Check Dictionary entries for each table with the update_synch attribute true will capture in updateset.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 11:48 PM - edited 11-09-2023 11:49 PM
What is an update set?
An update set is a group of customizations that can be moved from one instance to another. This feature allows administrators to group a series of changes into a named set and then move them as a unit to other instances. Update sets allow customizations to be developed in a development instance, moved to a test instance, and then applied to a production instance.
In short, update sets "record" your development efforts in ServiceNow so that you can move them from Development to Production.
When do update sets track your customization?
- Where the table has an update_synch dictionary attribute.
- Where there is a special handler to track changes to multiple tables.
- Where the administrator has not specifically excluded a field from updates.
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.
For best information, refer here...
Documentation | ServiceNow Developers
Thanks and Regards,
Chiranjeevi R
Please mark as Correct Answer/Helpful, if applicable.
Chiranjeevi
ServiceNow Developer | | ITSM | | ServiceNow Discovery | | Event Management | | Service Mapping | | CMDB
Please mark as Correct Answer/Helpful, if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 11:07 PM
If database changes are part of dictionary/table definition, they are included.