Personal tools
You are here: Home Developer Software Using the Audit Screen
Document Actions

Using the Audit Screen

by Mark Allen last modified 2008-06-02 07:29

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.


 

Powered by Plone CMS, the Open Source Content Management System