Start a new topic
Answered

Recover Deleted(soft Delete) Record and Configure in Application

How to configure an action to recover of a soft delete record in the model ? 


Best Answer

Deleted records are not accessible via the application. Furthermore, you can't configure any undo delete actions.

You can find the deleted records in the GX table for the entity involved. In order to recover any records, you will have to script some SQL to re-insert the records from the GX to either the SA or SD table and then reload them.

1 Comment

Answer

Deleted records are not accessible via the application. Furthermore, you can't configure any undo delete actions.

You can find the deleted records in the GX table for the entity involved. In order to recover any records, you will have to script some SQL to re-insert the records from the GX to either the SA or SD table and then reload them.

Login to post a comment