Acumens History Management

Acumens History Management app introduces tracking of record changes where a record copy is created on the corresponding History Table for all types of changes. The whole record is created when a change happens unlike standard change log where only the differential is created.
It is flexible to extend by adding more tables to track apart from the default ones that come with the app.

The features included in this app are as below:

1.Change Log:

This feature tracks insert, modify and delete actions on records by storing an instance of the record when a change is made. These records are maintained in tables specific to the record being modified hence optimized access compared to standard change log.

2.Deleted Records:

With this feature you can track all deleted records. It’s not specific to a record but specific to a table e.g. for Customers, all deleted Customer records can be accessed from Customer List or card.

3.Raw Data Access:

The app gives access to Change Log raw data for all tables enabled for History tracking. These data can be extracted from the respective lists and analyzed further.