Delete Action capture in update set

Madhan007
Tera Contributor

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.

4 REPLIES 4

Jayant_M
Kilo Sage

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

Jayant12_0-1704994617977.png

 

Please mark my response helpful if it resolves your issue

Madhan007
Tera Contributor

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.

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

Sandeep Rajput
Tera Patron
Tera Patron

@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.