how to retrieve last edited field.

0
in my project have one registration form (you can see in below img personal collection entity) when customer click on save button it saves  data.  there is also edit facility if customer wants to edit any information.  if any customer edit any field in the form and click save then it  need to reflect in admin panel that which field they edit and what value.. basically want to design one page in admin panel which shows edited field and values .  have done in javascript and html you can see in below image . where cell name is which i edit and cell value means what value. if customer edit multiple fields then it show one bye one in below. just like that want to perform in mendix . so please guide me way to achieve result something like that.  
asked
1 answers
4

Hi Darshana, 

You can use the AuditTrail Module.

 

https://docs.mendix.com/appstore/modules/audit-trail

answered