Rollback delete operation from the list

0
I have a persistent list from which I have deleted some items. But not committed. How do I rollback so that I will can get the deleted items back ?
asked
2 answers
0

Hi Vinod,

You could not commit your list and retrieve the list again from the database. That will contain the original values. 

answered
0

If I'm not totally wrong, you cannot explicitly roll back a delete in Mendix.

There are some workarounds depending on your use case to handle that (e.g. you can technically rollback a complete transaction).

answered