Audittrail

Content Type: Module
Categories: Tracing

Overview

This module ensures tracking of the changes made in the system. We support 2 major versions of this module:
  • Version 9 is compatible with Atlas UI 3. It is only available in Mendix 9. It should be used for new apps created with Mendix 9.
  • Version 8 is compatible with Atlas UI 2. It is available in both Mendix 8 and 9.

Documentation

Please see Audit Trail in the Mendix documentation for details.

Releases

Version: 9.1.2
Framework Version: 9.18.4
Release Notes: We added the "LogUseDecimalScientificNotation" constant to control how large decimal values are displayed. The default behaviour is to use scientific notation, which can be changed to show the full value instead.
Version: 9.1.1
Framework Version: 9.18.4
Release Notes: We now use same context to create logs to make sure that the object and the log are committed in the same transaction. If a transaction is rolled back, no log line is added anymore. Before this change, a log would be created even if a transaction was rolled back.
Version: 9.1.0
Framework Version: 9.18.4
Release Notes: We upgraded the module to Mendix version 9.18.4 to make it compatible with future versions of Mendix
Version: 9.0.3
Framework Version: 9.0.5
Release Notes: We now log all attributes of a deleted object even if 'IncludeOnlyChangedAttributes' is set to True. Before, no attributes would be logged on deletion.
Version: 9.0.2
Framework Version: 9.0.5
Release Notes: We fixed the issue where unchanged attributes of type Decimal would appear as changed in the log (Ticket 155136). We fixed the issue where setting LogSessionTimeZoneDateNotation flag to True would not affect logging (Ticket 104234). We fixed the issue where server timezone would be marked as UTC even if the setting for server time zone is different (Ticket 104234). We fixed the issue where creating a log for a reference would fail for users with no access to the association (Github issue #33).