In what sequence batch update sets are previewed/committed

Abdulraqueeb
Kilo Contributor

In what sequence batch update sets are previewed/committed

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

Hello,

Batched update sets are previewed as a whole. So if you have 1 parent and 2 child update sets, the entire package is previewed together. For committing, the batch update set will look for the latest version of the record being touched across all update sets within the batch and determine their order accordingly.

More information here:

https://docs.servicenow.com/bundle/paris-application-development/page/build/system-update-sets/hier-...

Example:

When you preview or commit the base update set, you preview or commit the entire batch. The system determines the processing order, and checks for collisions, based on the dates the changes were recorded, and on their sequential ancestry. Their ancestries are the specific instances in which the changes in the update sets took place.

If you have any questions beyond just that, please let us know.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

3 REPLIES 3

Allen Andreas
Administrator
Administrator

Hello,

Batched update sets are previewed as a whole. So if you have 1 parent and 2 child update sets, the entire package is previewed together. For committing, the batch update set will look for the latest version of the record being touched across all update sets within the batch and determine their order accordingly.

More information here:

https://docs.servicenow.com/bundle/paris-application-development/page/build/system-update-sets/hier-...

Example:

When you preview or commit the base update set, you preview or commit the entire batch. The system determines the processing order, and checks for collisions, based on the dates the changes were recorded, and on their sequential ancestry. Their ancestries are the specific instances in which the changes in the update sets took place.

If you have any questions beyond just that, please let us know.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Hi,

I just wanted to check-in and see how you're doing?

If my reply above helped guide you Correctly, please mark as Correct.

Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

HI @Allen Andreas ,

I found this answer a few years after you posted it but I wanted to say that I found it extremely helpful!

Thanks for your contribution to the community!

 

Diego.