- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 06:05 AM
Hi,
I wonder if there is any way to export a table structure to another instance, so I don't have to go through the table recreation in another instance.
Any help is appreciated.
Regards
Yusuf
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 06:58 AM
Yusuf CELIK wrote:
I created the table in DEV environment and I didn't create an update set.
And I've gone through another update sets no clue, I think I have to go with the traditional way, just create.
Thanks
Regards
Yusuf
In this case create a Local Update set and then go to sys_update_xml table. This table contains all customer updates. Under the Update set field for your record update your newly created local update set name.
All your updates will be now available in newly created local update set. Now you can move your changes from Dev to Test or Prod using this update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 06:58 AM
Yusuf CELIK wrote:
I created the table in DEV environment and I didn't create an update set.
And I've gone through another update sets no clue, I think I have to go with the traditional way, just create.
Thanks
Regards
Yusuf
In this case create a Local Update set and then go to sys_update_xml table. This table contains all customer updates. Under the Update set field for your record update your newly created local update set name.
All your updates will be now available in newly created local update set. Now you can move your changes from Dev to Test or Prod using this update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 06:53 AM
There is no way to export and import table structure in ServiceNow.
Below are the possible ways to move customizations
- If you have captured changes done in Update Set then you can use that update set to move to other instance.
- Clone the instance (Like database refresh)
- Manually do the changes if above two are not feasible