Results 1 to 4 of 4

Thread: Removing Fields in Mass Update

  1. #1
    enrikm is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    61

    Default Removing Fields in Mass Update

    Good morning all,

    What file should I edit for me to remove unwanted fields in the Mass Update Sup Panel? Tried looking at ListView.html and it's not there. By the way, maybe this would be a nice addition for the next version of Sugar if we could edit the Mass Update Panel from the Studio.

    Thanks for your help!

  2. #2
    pblag's Avatar
    pblag is offline Sugar Community Member
    Join Date
    Jul 2006
    Location
    Ukraine (Chernivtsy)
    Posts
    347

    Smile Re: Removing Fields in Mass Update

    Hi Enrikm!

    You have to update file modules/"Module Name"/vardefs.php

    you have to use this
    'massupdate' => false,

    Also some modules use the file include/MassUpdate.php for generating MassUpdate panel.
    Petro Blagodir
    petro@blagodir.ua
    http://www.blagodir.com
    Blagodir Ltd.( SugarCRM - Consultations, Development and Support)

  3. #3
    enrikm is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    61

    Default Re: Removing Fields in Mass Update

    Hi pblag!

    I twiddled with the code a bit and found out that the function GetMassUpdateForm is responsible for displaying that panel. However I still haven't figured out how to delete the default fields in the Mass Update panel. Did your advice with the 'massupdate' => false but to no avail. What am I doing wrong?

    Thanks for the help!

  4. #4
    enrikm is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    61

    Default Re: Removing Fields in Mass Update

    Nevermind got it to work!

    ('massupdate' => false) seems to work.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2007-12-31, 02:30 PM
  2. Replies: 0
    Last Post: 2007-06-16, 02:20 PM
  3. Removing Fields from Mass Update Panel
    By mkatzhyman in forum Help
    Replies: 0
    Last Post: 2007-02-23, 03:16 PM
  4. How to add more fields to mass update
    By hheckner in forum General Discussion
    Replies: 1
    Last Post: 2006-09-22, 11:16 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
  •