What happened if we deleted update set preview problems, where we can find deleted records

Kusuma Sai
Mega Guru
 
2 REPLIES 2

Community Alums
Not applicable

Hi @Kusuma Sai ,

If you have only Loaded or Previewed the Update Set (not committed) you can delete it without any issues.

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

 simply hit the Back out UI button on the Update Set.

Please note that you can only Back out the last committed Update Set and some change (such as Tables and Dictionary entries) may not be reversible.

You have to back out in the reverse order that you committed.

 

If the sys_update_set table is listed in the glide.ui.audit_deleted_tables property, then you should be able to find the deleted record in sys_audit_delete and undo the delete. If the sys_update_set table is not listed then the deletions are not captured and you lost the data.

You may ask to restore from backup to one of your sub-production instances, then you may be able to export from your backup copy.

Hi Sandeep,

 

After the preview I have deleted the preview problems, it is effected any where. Where we have to check deleted preview problems