audittrail
Service icon

AuditTrail

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded
 on 12 December 2023
 by 
4.0
 (1 rating)
audittrail

AuditTrail

Documentation
1.0.2
  • In all of your modules, the only module which must be referenced is the QuickLog_Lib module.
    • Either action can be used depending on how you want it.
  • To be able to see your quick logs, you can create a screen and query the data.
    • Note: Quick Logs is not yet a proper audit log as it is not yet processed data.
    • Module: AuditTrail_DB
    • Entity: QuickLog
    • Sample usage below
  • To be able to see the audit logs, you can create a screen and query the data.
    • Note: Audit Logs will provide you with the column name, and old and new values.
    • Module: AuditTrail_DB
    • Entity: 
      • AuditLog this entity contains the high-level log data
      • AuditFieldLog this entity contains the detailed data changes
    • Sample usage below