Results 1 to 2 of 2

Thread: Help Audit accounts

  1. #1
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default Help Audit accounts

    In Accounts the audit of default field ('billing_address_street']['audited'] = true;
    $dictionary['Accounts']['fields']['billing_address_city']['audited'] = true;
    $dictionary['Accounts']['fields']['billing_address_state']['audited'] = true;
    $dictionary['Accounts']['fields']['billing_address_postalcode']['audited'] = true;
    $dictionary['Accounts']['fields']['billing_address_country']['audited'] = true;
    $dictionary['Accounts']['fields']['phone_office']['audited'] = true;
    $dictionary['Accounts']['fields']['phone_alternate']['audited'] = true;
    $dictionary['Accounts']['fields']['phone_fax']['audited'] = true;
    $dictionary['Accounts']['fields']['name']['audited'] = true;
    $dictionary['Accounts']['fields']['website']['audited'] = true
    is broken.
    when i click view change log the fied of default the aren't inside the popup.

    there are all the new field that i have create but the default field there aren't!

  2. #2
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default Re: Help Audit accounts

    I HAVE SOLVED.
    I HAVE CREATE NEW FILE custom/Extension/modules/Accounts/Ext/Vardefs vardefs.ext.php AND I HAVE WRITE THE NEW AUDITDEFAULT FIELD ($dictionary['Account']['fields']['billing_address_street']['audited'] = true;
    $dictionary['Account']['fields']['billing_address_city']['audited'] = true; ETC..)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 2010-05-18, 12:30 AM
  2. Enable audit Accounts/Contacts
    By datasponge in forum Help
    Replies: 0
    Last Post: 2009-09-12, 11:54 PM
  3. Audit ???
    By Archylus in forum Help
    Replies: 6
    Last Post: 2009-07-29, 11:15 AM
  4. What is audit for?
    By jim.thornton in forum Developer Help
    Replies: 1
    Last Post: 2009-03-14, 09:38 PM

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
  •