Skip to main content
All docs
V23.2
.NET Framework 4.5.2+

AuditTrailServiceBase Events

The base service that the Audit Trail Module uses to monitor object changes and log this information. In .NET Framework applications, you can use the static Instance property to access this service and customize its behavior. In .NET 6+ applications, use Dependency Injection to access this service.
Name Description
CustomCreateObjectAuditProcessorsFactory
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