Migrate deleted table fields from DEV to UAT without data loss

Supratik3
Tera Expert

Hi,

As part of a requirement, there is a need to delete certain fields from a custom table. I have captured the field deletions in and update set. On trying to migrate the update set to UAT(test environment), I am receiving the following message before committing:

Supratik3_0-1748505875297.png

 

I don't want any associated data to be lost after commit. Please let me know what exact changes would occur post commit, and how can I prevent potential data loss on migrating the updates.

 

 

Thanks in advance!

1 ACCEPTED SOLUTION

Hi @Supratik3 

it behaves exactly the way you are already thinking of. Only the data of the 5 fields to be deleted is lost. Everything else remains untouched.

Maik

View solution in original post

6 REPLIES 6

@Supratik3 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Supratik3 

it behaves exactly the way you are already thinking of. Only the data of the 5 fields to be deleted is lost. Everything else remains untouched.

Maik