- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2025 07:08 PM
I understand that option D is correct, but I need clarification on why option C is incorrect. Specifically, does the update set fail to capture only modified configuration items and newly created groups, or does it exclude the entire table records for users and groups? Similarly, for configuration items, are all records excluded, or only those that have been modified?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 05:42 AM
CI is data and that did not get captured in update set.
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-25-2025 05:57 AM - edited ‎02-25-2025 05:58 AM
Hi @AnupriyaC
Transaction data can not be store in the update set. Hence groups and CIs can not be capture in it. Update set holds development work like Table, Fields, Business Rules and Other Scripts which can be moved to other instance.
Regards,
Sourabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 05:42 AM
CI is data and that did not get captured in update set.
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-25-2025 05:57 AM - edited ‎02-25-2025 05:58 AM
Hi @AnupriyaC
Transaction data can not be store in the update set. Hence groups and CIs can not be capture in it. Update set holds development work like Table, Fields, Business Rules and Other Scripts which can be moved to other instance.
Regards,
Sourabh