How to perform Audit Trail for only Field Modified/changed in a Form?
Hi ,
I was in thought of developing a application which has many forms and each form contains more than 60 fields and i am using Crud operation tool for editing the form and many users will work on that form and now i want to perform audit trail on that form like for example it has a field named as Active which is a select box having two options Yes and No lets consider myself as User1 and there are other users also named as User2,User3,etc..
Now i need to perform audit trail like when user 1 changed the active status from Yes to No
i need to list that one in a same or seperate form or grid like User1 changed the Active status from Yes to No
As like the above example i need to perform audit trail for every single field in the form
I had tried using Form Audit trail Plugin but that one is listing all the fields value in a single cell of a column as json and i was not able to get previous value of a form too.. Kindly help me to sort out this issue
Thanks,
Arun Mano