How to Implement Historization with Time-Based Data View in Mendix?

0
Hi everyone, I’m working on a feature where I want to store every change, creation, and deletion of specific entities in a separate Historization entity with a timestamp. 📌 Goal: Track all changes (Create/Update/Delete) with details like old value, new value, user, and timestamp. Allow users to select a specific date and time, and based on that, load and display the data as it existed at that moment in a data grid. Has anyone implemented something similar?What’s the best approach to: Log every change automatically? Filter and load historical records based on a selected date/time? Any guidance, best practices, or example setups would be appreciated!
asked
1 answers
1

Hello Ajinkya Bobade,

 

There are some marketplace modules paid and not paid that could maybe help you with this: 

image.png

 

Search for audit trail (but be aware this can significantly affects the performance of your application)

If you want to make it yourself you can use the event handlers of the entities.

 

Hope this helps,

 

Good luck!

 

answered