How do you implement the audit trail system for your application, it keeps track all changes of multiple records? Recently, we developed a CRM application, and we must keep track changes of Account, Contact, Lead, Opportunity etc and a long list of types we need to record them all in our audit trail system. The following formats to keep changes are:
- All fields are changed
- Author to make change
- Date that changes is happened
Changes are detected when user update or delete records. All such CRUD operations are keep in our Spring beans. The generic workflow to keep changes for update operation:
Read full article from Implement audit trails system by using Spring and AspectJ programming - VietNam Software Outsourcing Service Company
No comments:
Post a Comment