Hello everyone
I have a table, and every time I update one of it's fields, I want an audit trail old & new record with action type (Create, update, Delete).
I saw this logic, but can't implement it, like Audit & previous name, so I need an explain?
or If anyone have the .oml simple audit log
Thanks in advance
Hi Diaa,
you can serialize the entire record to a text variable as a JSON and save it in the database. Before and after the update so you can keep track of the change.
Regards
Hi,
Someone recently asked the same question and I answered, see
https://www.outsystems.com/forums/discussion/73044/audit-log/
Regards,
Daniel