- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 06:54 PM
Hi.
I want to make new update set including specific table.
Now I could make new update set but I don't know how to set spcific table.
I someone knows, please tell me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:01 PM
Hi,
You can create new update set specific to your applications not to the table.
Once you create update set. you can captures updates related to all tables inside your scope. But as a best practices capture the updates related to same table/configurations/Changes/Story. It will be helpful, if anything goes wrong the we can backout the changes using backout update set options.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:01 PM
Hi,
You can create new update set specific to your applications not to the table.
Once you create update set. you can captures updates related to all tables inside your scope. But as a best practices capture the updates related to same table/configurations/Changes/Story. It will be helpful, if anything goes wrong the we can backout the changes using backout update set options.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:14 PM
Thanks for your help!
I tried to make new update set and move to another instance but I couldn't move anything...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 01:12 AM
Did you receive at least the table structure in the other instance?
ServiceNow won't put data from tables in UpdateSets by default.
You have to use the "force to update set" function to capture the table-data in an update set, so you can move it to another instance.