- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 05:39 AM
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?
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 05:41 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 05:41 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 06:06 AM
Thank you! This work perfectly!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 05:41 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 06:07 AM
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! 😉