Results 1 to 2 of 2

Thread: hide "Mass Update" panel (upgrade safe) - 5.5.4

  1. #1
    kazuoF is offline Sugar Community Member
    Join Date
    Nov 2010
    Posts
    79

    Question hide "Mass Update" panel (upgrade safe) - 5.5.4

    How to do it using Sugar CRM 5.5.4?

    The only thread I found that describes an upgrade safe method is almost 3 years old and discussed older versions of Sugar CRM:

    http://www.sugarcrm.com/forums/showt...t=33384&page=2

  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: hide "Mass Update" panel (upgrade safe) - 5.5.4

    The simplest approach is create a custom view.list.php for your module and override the function preDisplay that way:

    PHP Code:
         function preDisplay(){
             
    parent::preDisplay();
             
    $this->lv->showMassupdateFields=false;
         } 
    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. Hide Search panel and Mass Update
    By justinconn in forum Developer Help
    Replies: 9
    Last Post: 2009-11-10, 01:36 AM
  2. Unable to Hide 'Mass Update' panel
    By HomeTeam in forum General Discussion
    Replies: 13
    Last Post: 2009-04-26, 03:55 AM
  3. Meaning of "converted" field in mass update section
    By rijas in forum Developer Help
    Replies: 4
    Last Post: 2009-04-04, 12:02 PM
  4. Upgrade safe mass update disabling
    By piccirm2 in forum Developer Help
    Replies: 18
    Last Post: 2008-12-16, 07:39 PM
  5. Adding new fields to "Mass Update" subpanel
    By rickcrites in forum Feature Requests
    Replies: 17
    Last Post: 2008-01-14, 06:01 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
  •