log view of contact

JohnCon
JohnCon Member Posts: 55
I have a requirement to log each time a user views a contact card.
I have tried putting code that calls a codeunit and updates a log table on the form.
I cannot find a trigger that will allow me to do a insert into the new table.
I always get the message " You can not make any changes to the database until a transaction has been started".

Can any one think of a better way?

Comments