Results 1 to 3 of 3

Thread: Audit Problem

  1. #1
    stephen_ari is offline Member
    Join Date
    Feb 2006
    Posts
    8

    Default Audit Problem

    How do I make an standard field auditable. I am using 5.0.0g on linux, I know how to make custom fields auditable but how do i do it for standard fields. I am trying to make the home phone field in the lead module an audit field.

    thank you

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Audit Problem

    Hi Stephen

    You need to create an extended vardefs file: custom/Extension/modules/Leads/Ext/Vardefs/vardefs.ext.php
    And modify the attribute audit to true for the field:

    $dictionary['Lead']['fields']['phone_home']['audit'] = true;

    Then you need to go to Admin -> Repair -> Rebuild Extension.

    Now the field is auditable in a upgrade safe way.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    browndogforever is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    22

    Default Re: Audit Problem

    I have tried this method to audit the description field in cases, however it doesn't seem to work. Please help

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Really stupid question about audit
    By wriggly40 in forum Help
    Replies: 2
    Last Post: 2008-06-11, 04:32 PM
  2. Replies: 4
    Last Post: 2008-05-28, 07:59 PM
  3. Problem with custom fields in contact module
    By moschap in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2008-05-27, 03:48 PM
  4. Select "Account Name" charset problem
    By train in forum Help
    Replies: 0
    Last Post: 2006-04-12, 09:22 AM
  5. Problem with MySQL while installing
    By Yuber in forum General Discussion
    Replies: 3
    Last Post: 2006-02-27, 10:15 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
  •