Within a Framework application you can enable Auditing. This will store all transactions in to the Audit business class. Administrators can then view all changes made to the database using the Security -> Audit Item menu item.

Development

All that is requires is that the FAuditManager.enable property is set to true in the project’s server.properties file.

FAuditManager.enable = true

This will create a new Audit Item for each SQL Insert, Update or Delete that is committed to the database.

Administration

To access Auditing go to Security -> Audit Item menu item.