How to setup Audit Trail?

I have enabled use of database table and let PhpMaker create the table.

On a number of tables in database view I have ticked off “Audit Trail”.

All actions seem to be logged in the default audittrail table, but all fields are empty, only datetime contains data.

Am I supposed to fill in the individual fields in the Setup → php → general options → Audit trail window ?
If yes - with what ?

tia
/Poul

marisoft wrote:

Am I supposed to fill in the individual fields in the Setup → php → general options → Audit trail window ?
If yes - with what ?

Yes, otherwise the script does not know which fields to update to. See the topic PHP Settings → Audit Trail in the help file:

You can create the database yourselves and select the table in the combobox, then click the […] button to select the fields in your table. Alternatively, if you have not created the table yet, you can click [Create Table] and let PHPMaker creates the table and setup the settings for you.

Thanks,

But as I mention in the initial posting, the help file does NOT mention anything about filling out these fields.

I have indeed let PHPmaker create the table, and do I then need to do anything else then ?

/Poul

The fields are to be filled by the Audit Trail feature, you do not need to fill anything yourself.