Rollback functionality in forms
I need to implement rollback functionality on record level, so that user can say "undo changes" on current record.
If I understood correctly there is no direct way to do such, so what's best alternative?
Fetching record values from database is tolerable, but I want to avoid it if possible. Creating a backup control block and copying values to/from it and messing with record status property?