Results 1 to 3 of 3

Thread: Auditing issue

  1. #1
    L0ki is offline Member
    Join Date
    Dec 2010
    Posts
    18

    Default Auditing issue

    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';
    ?>
    Last edited by L0ki; 2010-12-21 at 02:42 PM.

  2. #2
    L0ki is offline Member
    Join Date
    Dec 2010
    Posts
    18

    Default Re: Auditing issue

    anyone knows a solution?

  3. #3
    L0ki is offline Member
    Join Date
    Dec 2010
    Posts
    18

    Default Re: Auditing issue

    i know the problem now, but no solution...

    the problem is that the key_account field is related to the user module (like the "assigned to" field).
    the only information i want to track out of the users module is the first and last name of the chosen user, or the login name would also be enough

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auditing a one-to-one relationship
    By mkesler in forum Developer Help
    Replies: 4
    Last Post: 2011-01-13, 07:13 AM
  2. How does auditing work?
    By Proware in forum Help
    Replies: 2
    Last Post: 2008-10-08, 05:11 PM
  3. Questions about auditing
    By arisjr in forum Help
    Replies: 3
    Last Post: 2008-07-09, 09:40 PM
  4. Help with Auditing
    By maak27 in forum General Discussion
    Replies: 3
    Last Post: 2008-06-04, 02:23 PM
  5. Auditing
    By Systems Navigator in forum Dutch
    Replies: 1
    Last Post: 2008-05-11, 10:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •