- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 01:06 AM
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:
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 06:29 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 02:41 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 06:29 AM
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