Results 1 to 2 of 2

Thread: Mass Update - Add standard dropdown list in an upgrade safe way

  1. #1
    yorkylad is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    11

    Default Mass Update - Add standard dropdown list in an upgrade safe way

    Hi,

    How can I add a standard Sugar field to the mass update area in an upgrade proof way?
    Doing it via the vardefs is possible but this is not upgrade safe.

  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: Mass Update - Add standard dropdown list in an upgrade safe way

    You can create an extended vardefs for your module:

    custom/Extension/modules/<ModuleName>/Ext/Vardefs/vardefs.ext.php
    PHP Code:
    <?PHP
    $dictionary
    ['<BeanName>']['fields']['<FieldName>']['massupdate'] = true;
    ?>
    Then go to Admin -> Repair -> Rebuild 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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 2009-02-23, 12:45 PM
  2. Upgrade safe mass update disabling
    By piccirm2 in forum Developer Help
    Replies: 18
    Last Post: 2008-12-16, 07:39 PM
  3. List Price Mass Update
    By justinh in forum General Discussion
    Replies: 0
    Last Post: 2008-10-28, 02:37 AM
  4. Replies: 0
    Last Post: 2007-09-12, 08:38 AM
  5. Gen Email List and mass update
    By shchung99 in forum Marketing/Campaign Management
    Replies: 0
    Last Post: 2006-08-28, 07:11 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
  •