Hello everyoneI want to make a library or a function or something like this to make an audit log, to put it in my module and return to me the audit log (the old records & new records )
I need recourses if it possible
Thanks in advance
Hi Diaa,
Have a look at this OutSystems success document on how you could develop an Audit Trail:
https://success.outsystems.com/Documentation/Best_Practices/Performance_and_Monitoring/Audit_Trail
You could also use a Forge component:
https://www.outsystems.com/forge/component-overview/6632/audit-trail
To easily see changes in records you could use the following Forge component:
https://www.outsystems.com/forge/component-overview/374/human-readable-change-history
Regards,
Daniel
Will these forge components work with Reactive web applications as well? Dia did not mention which application is being built.
yes they do, the core of these components are public server actions that you can also utilize in a reactive application.
Thank you Daniël,
to be more specific my question is how to create my own audit trail for any module?