Results 1 to 3 of 3

Thread: Add additional fields

  1. #1
    Mukesh Kumar is offline Junior Member
    Join Date
    Nov 2010
    Posts
    1

    Default Add additional fields

    hi..
    I am New in SugarCrm ,how i can add some fields in View Change Log...

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Add additional fields

    Hello,

    You can mark fields as Audit true in studio and you will then see those fields in View Change Log.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

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

    Default Re: Add additional fields

    You must create extended vardefs for the module and set the attribute 'audit' on for the fields you want.

    custom/Extension/modules/<ModuleName>/Ext/Vardefs/vardefs.ext.php
    PHP Code:
    $dictionary['<BeanName>']['fields']['<field_name>']['audit'] = true
    Obviously update the <BeanName> by the name of Bean, for example, for Accounts module the bean name is "Account", and update <field_name> as well.
    Make sure the attribute 'audit' is On for the table as well.

    Go to Admin -> Repair -> Quick Repair and Rebuild
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. relationship additional fields. help, please!
    By stasdu in forum Developer Help
    Replies: 11
    Last Post: 2011-03-27, 05:37 PM
  2. Add Additional Fields to Export
    By bigrockford in forum General Discussion
    Replies: 0
    Last Post: 2009-09-14, 05:23 PM
  3. Replies: 0
    Last Post: 2009-02-18, 04:26 PM
  4. Using additional fields in leadCapture...
    By mekozloski in forum Help
    Replies: 1
    Last Post: 2005-03-15, 06:23 PM
  5. additional/other fields
    By Se7eN in forum Feature Requests
    Replies: 0
    Last Post: 2004-07-13, 03:05 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
  •