Can i delete one update set in test

Srinivasu2
Tera Contributor

Hi Community,

 

I have moved 4 update sets from dev to test but 3rd update set didn't capture any changes, Can i delete 3rd update set  from test

 

Regards,

Srinivasu

1 REPLY 1

Community Alums
Not applicable

Hi @Srinivasu2 ,

If you have Committed the Update Set, you must not delete it under any circumstances.

Deleting an update set is a bad practice. To revert a customization, back out the update set rather than deleting it.

Administrators can delete an update set only when it is not the current update set and it is empty (no sys_update_xml entries are associated with it). For example, after merging update sets, you might want to delete the original sets. This function is restricted by an access control rule (ACL) on the Update Set [sys_update_set] table.

ServiceNow strongly recommends that you do not delete sys_update_xml entries, because this action:
  • Does not undo the updates.
  • Removes any record of who applied the customizations.
  • Removes the sys_update_xml entries associated with the update set, so customizations are overwritten when the instance is upgraded.

When you try to delete an update entry, a warning message appears. Click OK to confirm the deletion.