Results 1 to 3 of 3

Thread: HOW TO remove fields from mass update ?

  1. #1
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default HOW TO remove fields from mass update ?

    Hi all,

    I know this issue is mentioned a few times with some solutions;

    See;
    http://www.sugarcrm.com/forums/showt...rdefs+accounts

    Like andopes mentioned;
    " You can create an extended vardefs for Accounts (custom/Extension/modules/Accounts/Ext/Vardefs/vardefs.ext.php)
    Inside this file you can redefine the massupdate attribute to the Accounts fields.
    After that you need to Repair Extension.
    The fields whose massupdate is checked as false will no longer be displayed into MassUpdate form.
    It also works for relate fields (Equipments and Purchase Order). "


    My question is;

    Does this also works for Projects? And can someone please show me the code for this file
    --> vardefs.ext.php

    My code does not seems to work correctly.

    Hope someone can help me with this one.
    Much appreciate, thanks
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  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: HOW TO remove fields from mass update ?

    custom/Extension/modules/Project/Ext/Vardefs/vardefs.ext.php

    PHP Code:
    <?PHP
    $dictionary
    ['Project']['fields']['<the_field>']['massupdate'] = false;
    ?>
    Create the folders and file if they do not exist on your system. Remember repairing Extensions.

    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
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: HOW TO remove fields from mass update ?

    Quote Originally Posted by andopes View Post
    custom/Extension/modules/Project/Ext/Vardefs/vardefs.ext.php

    PHP Code:
    <?PHP
    $dictionary
    ['Project']['fields']['<the_field>']['massupdate'] = false;
    ?>
    Create the folders and file if they do not exist on your system. Remember repairing Extensions.

    Cheers
    Thanks andopes, you helped me... again!
    I appreciate it
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2010-12-10, 05:32 AM
  2. HOW TO remove fields from mass update ?
    By dekleinemedia in forum Help
    Replies: 2
    Last Post: 2009-06-12, 01:47 PM
  3. Remove fields from mass update panel
    By etienneborel in forum General Discussion
    Replies: 0
    Last Post: 2009-05-27, 07:51 PM
  4. How can I remove the mass update?
    By sugarcrmvn in forum General Discussion
    Replies: 2
    Last Post: 2006-04-05, 02:36 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
  •