Forums

audit trial

csdpl 19 Apr, 2014
Hi,

We need to setup an audit trial mechanism for our website (of course we are using chronoforms v4 based functionality in the site).

That means, everytime a user logs in, logs out, inserts a row, updates a row, deletes a row etc., a record needs to be inserted into an "audit trail" table, logging the details of the action performed by the logged in user.

Does chronoforms already have such a mechanism. If not, how best can this be done. Any advice would be greatly appreciated.

Thanks in advance.
GreyHead 20 Apr, 2014
Hi csdpl,

There's nothing at this level in CF, just a little option to record who last modified a form.

I'm afraid that you are in for some custom coding. You can track the logins and logouts by hiding the Joomla! Login form and adding a CF one.

Tracking form updates probably means adding extra DB Saves to the log table to each form On Submit event. The tricky bit will be in deciding what to save to record the changes.

Bob
This topic is locked and no more replies can be posted.