Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Framework 4.5.2+

AuditTrailService Events

The service that the Audit Trail Module uses to monitor object changes and log this information. You can use the static Instance property to access this service and customize its behavior.
Name Description
CustomCreateObjectAuditProcessorsFactory Handle this event to replace a default ObjectAuditProcessor for a particular object auditing mode with a custom processor.
CustomizeAuditOperationTypeFilter Occurs after a business object is changed and before the corresponding AuditDataItem object is saved.
CustomizeAuditTrailSettings This event is raised when an application’s setup is complete. Handle this event to use the default settings for the Audit Trail Module.
CustomizeSessionAuditingOptions For internal use.
QueryCurrentUserName Occurs before AuditDataItem objects are saved. Handle this event to get the current user name in applications that do not use the Security System.
SaveAuditTrailData Occurs before new AuditDataItem objects are saved to the database. Handle this event to configure how the Audit Trail Module saves information.
See Also