Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
DBW_AUDIT_MANAGERPrimary form where audit configuration for specific tables is stored. This is an MDI Child and is designed to run from within FRW_MAIN.
NDW_AUDIT_TRAILDisplays the entire audit history for a specific record within a database table. This is an MDI Child and is designed to run from within FRW_MAIN.
NDW_AUDIT_VIEWERDisplays the entire raw contents of a record from the audit table. It provides a record restoration tool and the ability to compare an audit record to the live record. This is an MDI Child and is designed to run from within FRW_MAIN.
Audit_ManagerStored procedure that updates the Audit table to track modifications of a record.
Audit_Manager_MFSStored procedure MFS for tracking the audit history of a particular record.
DBW_Audit_Manager_EventsStored procedure Commuter Module for the DBW_AUDIT_MANAGER form.
NDW_Audit_Trail_EventsStored procedure Commuter Module for the NDW_AUDIT_TRAIL form.
NDW_Audit_Viewer_EventsStored procedure Commuter Module for the NDW_AUDIT_VIEWER form.

...

In the above screenshot, there are two instances where the Audit Manager was triggered due to a physical WRITE to the database table. The highlighted row, however, shows an example of the Audit_Manager stored procedure being called from within another stored procedure (see the comments for the TrackerTracker configuration option above.)

...