Hi,
i try to configure the "View Chang Log" button at the moment and therefore i need to change the "Audited" setting of some fields.
It is working fine for the most fields (2 drop down menus and one date selection) but when i activate the audit setting for a field where i can select a user from another module it is not working, the only information i want to track is the first and last name of the selected user.
Maybe you can help me out?
Here is the code i use in the Vardefs file:
PHP Code:
<?php
$dictionary['test']['fields']['date']['audited'] = 'true';
$dictionary['test']['fields']['prot']['audited'] = 'true';
$dictionary['test']['fields']['online']['audited'] = 'true';
$dictionary['test']['fields']['key_account']['audited'] = 'true';
?>
Bookmarks