| What are Audit Trails and how do I enable them? | ||||||
To view a particular document's history, with the record open click View / Audit Trail. This will display a list of Audits. You can also find this in the Edit dialog under the Audits page. To enable the Audit Trail, there is a setting that needs to take place in the database. If you are using the ESHA instance of SQL Server to host the database, use Database Utility and connect to the proper SQL Server and the ESHA Database. Note: under Windows Vista, Windows 7, or Windows 2008 Server, you must right-click Database Utility and Run As Administrator. Once connected, you can enable the Audit Trail by clicking Users / Enable Audit Trail. ![]() If you are using your own instance of SQL Server to host the database, you may update the proper row in the database to enable Audit Trails: UPDATE UPreferences SET PreferenceValue = 1 WHERE OwnerID = 0 AND PreferenceName = 'ShowAuditTrail' Setting the above to PreferenceValue = 0 will then disable the audit trail. Note: Enabling (or disabling) the Audit Trail must take place when all users are out of the client application. Settings are not kept if anyone is running the program while changing the setting. |
| Attachments |
| No attachments were found. |
| Related Questions |
| No related questions were found. |
|
Powered by ActiveKB Knowledgebase Software
|