How can I make new update set including specific table?

haruna naka
Tera Contributor

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.

1 ACCEPTED SOLUTION

Sagar Pagar
Tera Patron

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

 

The world works with ServiceNow

View solution in original post

3 REPLIES 3

Sagar Pagar
Tera Patron

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

 

The world works with ServiceNow

Thanks for your help!

 

I tried to make new update set and move to another instance but I couldn't move anything...

 

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.