Audit listener

The Audit listener automates the listening of modifications on specific properties.

How to use

In order to create (or edit) Audit listener, in the System app, click on main menu and select Audit listener. In the page that opens click the Add button or select and existing one and click the Edit button.

Designer

  1. Entity name - The entity that the audit listener is created for.
  2. Property name - The property of the entity that the audit listener is created for.
erDiagram
    audit_listener {
        string property_name
        integer id_entity
    }
    audit_listener many--one entity : audit_listener_entity