What is the difference between batch update set vs merge update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 11:30 PM
Hi all,
!. i want to know the difference between batch update set vs merge update set.
2.if we creating batch update set then how to move parent and its child as one update set.
Please help
- Labels:
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 04:30 AM
Check in your other instance whether all the changes of child is also there
basically concept of Batching is creating a parent update set and make all the other update sets as childs.
i recommend you to try this with your personal instance first
Mark answer as correct and helpful if it helped you..!!
Regards,
Chalan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2019 08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2021 08:00 PM
Batching update sets :
- You can remove an individual update set from the batch or change its parent.
- You can back out any child update set independently.
batching gives the flexibility. After batching for some reason if you want to move them independently you can achieve that easily which is not possible with Merging.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2021 08:21 PM
Since ServiceNow released Update Set batching, I've not merged an Update Set.
Merging puts all updates in one update set, so only one needs to be committed, and is irreversible.
Batching puts all updates into an update set tree, so only one needs to be committed, and is reversible.
A good use case is for deploying releases with multiple enhancements. Create an empty parent Update Set and relate all enhancements.
If an enhancement gets pulled at the last moment, you simply change the parent to blank, rather than the whole 'merged' update set needing to be postponed.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022