Results 1 to 3 of 3

Thread: Standard Fields in sugarcrm 5...

  1. #1
    TakeMarket is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    133

    Question Standard Fields in sugarcrm 5...

    Question:

    In sugarcrm 5, why is it not possible to edit the standard fields in sugarcrm, as for example the tick off boxes in leads (audit, required etc.) are disabled??

    Is it real y correct that if you wish to set some entries in the forms on different modules as "required" you will have to clone them and rebuild the default fields?

    Or is there a way to enable the default fields "tick off boxes" as audit, required etc. ??


    Thanks in advance.
    Last edited by TakeMarket; 2008-05-21 at 08:18 PM.

    Kind regards
    Take Market™
    http://www.takemarket.com

    We take market for you.™

  2. #2
    ptemplin7 is offline Sugar Community Member
    Join Date
    Jun 2007
    Location
    Puget Sound Washington
    Posts
    380

    Default Re: Standard Fields in sugarcrm 5...

    If you look in other thread you will see this is a feature that has not yet been enabled. This can be easily changed by adding the following:

    Say for Accounts (adjust for other modules!)
    in the file: .\custom\Extension\modules\Accounts\Ext\Vardefs\cu stom.php (create if necessary, trn the \ to / if in linux!)

    <?php
    $dictionary['Account']['fields']['industry']['massupdate'] = true;
    $dictionary['Account']['fields']['industry']['audited'] = true;
    $dictionary['Account']['fields']['industry']['required'] = true;
    ?>

    Where industry is the field you want to change the audit/requyired/massupdate

    Make changes as you need to.

    Thanks Paris

    PS Thanks Clint I borrowed your threads code!

  3. #3
    TakeMarket is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    133

    Default Re: Standard Fields in sugarcrm 5...

    Thx for the answer!

    Kind regards
    Take Market™
    http://www.takemarket.com

    We take market for you.™

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Query Failed: AND users.id = '1'::MySQL error 1064:
    By artco001 in forum Installation and Upgrade Help
    Replies: 63
    Last Post: 2009-05-07, 05:56 AM
  2. Module Builder
    By Olavo in forum Downloads
    Replies: 418
    Last Post: 2009-02-26, 06:36 AM
  3. Replies: 1
    Last Post: 2008-02-22, 04:25 PM
  4. Inbound Email AutoReply Cancelled
    By jstevensr in forum Help
    Replies: 3
    Last Post: 2006-12-19, 12:43 PM
  5. Where are the custom fields
    By edvsw in forum Help
    Replies: 5
    Last Post: 2006-11-27, 07:43 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
  •