How to create an audit trail of all user interactions on the app?

0
Hello We want to create an audit trail to log all the interactions users make with our app. We were looking into AuditTrail module but it seems quite limited as it tracks only changes to an entity? Would you have any other suggestions on how we can set this up?  
asked
1 answers
2

Hello Alexandra,

 

As far as my knowledge goes the auditrail module is the best way to go for it within mendix. 

But yeah this means that you need to implement it on every entity you have, and this can cause quite a big data overload to your database.

Other things to consider is maybe looking into third party software that tracks changes on your postgres database, but I did not have seen examples of that yet or a marketplace module for this yet.

 

Hope this helps,

 

Good luck!

answered