Article Details
| Id: | 13423 |
| Product: | finPOWER Connect |
| Type: | NEW |
| Version: | 2.03.04 |
| Opened: | 17/11/2015 |
| Closed: | 17/11/2015 |
| Released: | 03/02/2016 |
| Job: | J016557 |
Breaking Change |
|
Auditing; update Business Layer functionality for updating the AuditLog table
The finPOWER Connect Business Layer object ISDatabaseBL, accessed via finBL.Database, has been updated as follows:
Obsoleted functions:
AuditLogAdd
Obsoleted functions, and changed to do nothing but write a trace warning:
EventLogUpdatePendingStatus
EventLogDelete
EventLogsDelete
These functions should not have been publically exposed.
A new function "AuditLogAdd" has been added to finAuditFunctions. This adds an audit log with a class of "User" (a new class). Note, the Audit Log Type must be one of isefinAuditLogType.UserA through Z.
Breaking Change