Delete Action capture in update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 09:21 AM
Hi all,
we have an application under development in Dev and Test Environments. There was an unnecessary field and I deleted it in the Dev Environment, but it was not captured in the update set. so how can I reflect the deleted field in the test Environment?Please pour your suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 09:34 AM - edited ‎01-11-2024 09:37 AM
Hi Madhan,
Search this in left navigation sys_update_xml.LIST and apply the filter as Action is Delete and bring the Target name on the list view (it will help you to get the correct field )and capture it in your current update set
Please mark my response helpful if it resolves your issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 09:46 AM
Hi @Jayant_M , just after deleting the field(reference type), I created a string type field with the same name so in the customer updates table ,its just showing as update from reference to string. I cannot see a delete update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 09:51 AM
Hi @Madhan007 , in that case I'll suggest you to import xml of the field from Test to dev and by deleting it capture the entry. and try creating the new field with minor difference in field name and move it to test

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 10:47 AM
@Madhan007 Usually the delete action gets recorded in the Update set, please check if it was captured in a default update set. If yes then move it to your current update set and deploy the same in the test environment.