Results 1 to 3 of 3

Thread: Integer Field Mass Update

  1. #1
    lmiller is offline Sugar Community Member
    Join Date
    Feb 2010
    Posts
    106

    Default Integer Field Mass Update

    Can you not massupdate integer fields? I have 2 of them, and neither one works?

    PHP Code:
    <?PHP
    $dictionary
    ['Account']['fields']['pri_c']['massupdate'] = true;
    ?>
    in the proper directory, repair, and still nothing?

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Integer Field Mass Update

    hi Imiller,

    I tried exact process, i could manage to get the field in mass update form, BUT strange!! i dint get it working... The records are not updated. Trying to figure out if it is a bug or not.

  3. #3
    z3r0 is offline Sugar Community Member
    Join Date
    May 2009
    Posts
    189

    Question Re: Integer Field Mass Update

    Hi,

    i want to mass update a integer field, too.
    I change for my custom field the column massupdate to 1 in database table fields_meta_data.
    In the next step, i add the line
    PHP Code:
    $dictionary['Products']['fields']['numberfield_c']['massupdate'] = true
    into /custom/Extension/modules/Products/Ext/Vardefs/numberfield_c.php
    Last but not least i make a quick repair of sugar.
    But if i start massupdate with my specific value, sugar save always default value into my custom field.

    Any ideas?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. mass update on checkbox field
    By aleroot87 in forum Developer Help
    Replies: 7
    Last Post: 2012-04-13, 12:05 AM
  2. Mass update a related field
    By ml_laferriere in forum General Discussion
    Replies: 3
    Last Post: 2009-11-11, 12:39 PM
  3. How to add mass update field?
    By jim.thornton in forum Developer Help
    Replies: 10
    Last Post: 2009-02-22, 08:21 PM
  4. Replies: 1
    Last Post: 2007-10-06, 07:20 AM
  5. Add Custom Field to Mass Update
    By sullivanjc in forum Developer Help
    Replies: 10
    Last Post: 2006-07-31, 06:17 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
  •