SugarCRM 6.2.3
Is there a feature or a way to track the exact date/time/user when a field was changed, including the original value? We suspect a user is changing data but need proof.
SugarCRM 6.2.3
Is there a feature or a way to track the exact date/time/user when a field was changed, including the original value? We suspect a user is changing data but need proof.
Yes, just set the fields you want to track to audit in studio (if there are not already) and then any changes will be written to the MODULE_NAME_audit table. You can see these changes by clicking on the "View Changes" link at the top of the detailview page.
Also whenever a user changes a record they are set as the last modified user so you should be able to tell who was the last to edit a record by that.
Kenneth Brill - Help Forum Moderator
I do not respond to 'Private Messages'. Please email me directly instead
When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
Help us Help You
Excuse me while I wear this "Du!!!" hat on my head.
I totally forgot about that feature.
Taken from a reply by ldd-silver-ziegler
create a save logic hook for this module.
you can compare the values of your field before and after the save in this way:
fetched_row gets the value before the update. I hope this helpsCode:$bean->fetched_row['yourcustomfieldname']==$bean->yourcustomfieldname // if true, the field was not changed
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks