Splitting an Update Set

jmiskey
Kilo Sage

I am working on multiple projects simultaneously.  I started a new Update Set, but forgot to make it current.  So all the transactions I created for my new project (lets call it "Project B") got lumped in with a different project I have been working on (lets call that "Project A").  I would like to move these new transactions out of the old Update Set I created for Project A into the new Update Set I created for Project B.  How can I do this?

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

You can look for sys_update_xml table & then move necessary updates to appropriate update set by changing the update set field.

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

View solution in original post

6 REPLIES 6

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

You can look for sys_update_xml table & then move necessary updates to appropriate update set by changing the update set field.

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

Thank you!  This work perfectly!

Patrick DeCarl1
ServiceNow Employee
ServiceNow Employee

Hi, 

 

If you go to sys_update_xml table you will see all the changes that get capture via update sets. Here you can move from one update set to another. However, do not move records that are tired to a update set that has state complete or ignore. 

Thank you.  That is good tips for Completed or Ignored Update Sets.  Luckily, these are all "In Progress".  I guess I have too many "In Progress" at the same time and am confusing myself! 😉