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!