Can i delete one update set in test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 01:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 01:57 AM
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.
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.