Rolling Back Changes from the Audit Trail Module

0
Is there any way to roll back changes to an object that is being tracked through the Audit Trail Module?  Specifically References?
asked
1 answers
0

Don't think so, you have to write your own logic for that. So a lookup in the LogLine table to retrieve the LogLines you want. Based on that update the reference of your entity you want to rollback to a previous state.

If there is some logic (timestamp, last change, etc.) to which state you want to rollback, then this should be a fairly easy exercise.

 

Good luck!

 

 

answered