What is not captured in Update Sets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:56 PM
Could someone help me in understanding what isn't captured in an Update Set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:09 AM
Hi @Azeemk
https://www.servicenow.com/community/itsm-forum/what-does-not-capture-in-update-sets/m-p/2412936
https://www.servicenow.com/community/developer-blog/what-gets-captured-in-update-sets/ba-p/2280698
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:10 AM
Hi @Azeemk
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:31 AM
Hi @Azeemk
Update sets don't capture data like users, roles or groups and reports, scheduled jobs, homepages etc.
If you want learn more about update set please follow below link..
If my response is useful, please mark Helpful
Regards
Adarsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 06:54 AM
Data: Update Sets generally don't include data records. They primarily focus on capturing configuration changes such as changes to forms, lists, scripts, workflows, etc. Data migration typically requires a different approach such as Import Sets, Transform Maps, or data migration scripts.
Roles and Users: Changes related to roles and users are not captured in Update Sets. This includes changes to user roles, user records, group memberships, and access controls.
Scheduled Jobs: Any changes made to scheduled jobs or background scripts are not automatically captured in Update Sets.
Some Customizations: Certain highly customized or platform-specific configurations may not be captured in Update Sets. It's essential to review the contents of an Update Set before moving it between instances to ensure all necessary changes are included.
Some Plugin Configurations: While changes related to activating or deactivating plugins are captured, specific configurations within plugins may not be included in Update Sets.
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks