Hello,
is there a proper / safe way to enable the audit for modules that are not audited ? for instance, documents ?
Many thanks,
Fred
Hello,
is there a proper / safe way to enable the audit for modules that are not audited ? for instance, documents ?
Many thanks,
Fred
I have not tried, but you should be able to do a vardef extension for the module:
in custom/Extension/modules/Documents/Ext/Vardefs/
$dictionary['Document']['audited'] = true;
QRR should then prompt you to create the _audit table for the module.
Then, of course, you will need to pick which fields you want audited.
FrancescaS
I have not tried, but you should be able to do a vardef extension for the module:
in custom/Extension/modules/Documents/Ext/Vardefs/
$dictionary['Document']['audited'] = true;
QRR should then prompt you to create the _audit table for the module.
Then, of course, you will need to pick which fields you want audited.
FrancescaS
Hi Francesca Shiekh,
this is the way we proceeded but we want to be sure that we were not wrong.
Also, this is not enough because we have to add the VIEW AUDIT LOG entry in the record menu.
Fred