Hi All,
I am looking at trying to add to the audit log, when someone has viewed a record, i was thinking of it being something like save onload, if someone could help/push me in the right direction, that would be great,
Thanks
Ryan
Hi All,
I am looking at trying to add to the audit log, when someone has viewed a record, i was thinking of it being something like save onload, if someone could help/push me in the right direction, that would be great,
Thanks
Ryan
Have a look at the tracker table in the database, I think it already does that. Watch out for the Scheduled job that prunes this data, you might want to change it or disable it.
There are also logic hooks you could use to save that data. Maybe process_record or after:retrieve.