Commencer un nouveau sujet
Répondu

Recover Deleted(soft Delete) Record and Configure in Application

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


Meilleure réponse

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 commentaire

Réponse

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.

Connexion pour poster un commentaire