Copy A Custom Table From One Instance To Other

rsanon
Tera Contributor

Is there a way to copy a custom table from one instance to other, without a clone?

 

The update set with all the relative data was committed but finish with a lot of errors.

 

We would have to create a new update set that addresses all those errors.

16 REPLIES 16

faisal_dadabhoy
Giga Expert

I don't believe importing dictionary values via xml properly creates dictionary values. Don't believe that is a viable option.


I am looking into way to capture a custom table that is already created previously in an   update set? Not sure there is a way to do that?



The only way i know how to do this is to pull information from original update set that holds the custom table creation in table "sys_update_xml" (Pull: Dictionary, table and etc)


Aditya Telideva
ServiceNow Employee
ServiceNow Employee

My recommendation would be create a new update set and touch all the fields once and like make the read only checkbox checked and uncheck it so that it captures all the fields again. Once the fields are all in there , you can always configure your form and related lists.



Thanks,


Aditya Telidevara