Results 1 to 2 of 2

Thread: Mass Update a Checkbox

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

    Default Mass Update a Checkbox

    I tested my first code, and it worked out, so I made the same code, with a different field that I want to mass update, and when I uploaded it, I got an error,
    Code:
    <?php
    $dictionary['Account']['fields']['map_listing_1stpage_c']['massupdate'] = 'true'
    ?>
    Code:
    <?php
    $dictionary['Account']['fields']['map_listing_complete_c']['massupdate'] = 'true'
    ?>

    The second code doesn't work, and gives me this error

    Parse error: syntax error, unexpected T_VARIABLE in /public_html/custom/modules/Accounts/Ext/Vardefs/vardefs.ext.php on line 6

    Both of those fields are copied exactly from the fields section under studio, so I'm not sure exactly what is happening. Line 6 of the file is this

    Code:
    $dictionary['Account']['fields']['map_listing_complete_c']['massupdate'] = 'true'

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

    Default Re: Mass Update a Checkbox

    problem solved,

    Codes were written a LITTLE bit wrong, but for other people's reference, here is how they both look


    Code:
    <?PHP
    $dictionary['Account']['fields']['map_listing_1stpage_c']['massupdate'] = true;
    ?>
    Code:
    <?PHP
    $dictionary['Account']['fields']['map_listing_complete_c']['massupdate'] = true;
    ?>

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 Checkbox
    By roblaus in forum Help
    Replies: 6
    Last Post: 2011-05-27, 12:40 PM
  3. Replies: 11
    Last Post: 2011-05-17, 02:14 AM
  4. Mass Update a Checkbox
    By lmiller in forum Help
    Replies: 0
    Last Post: 2010-05-20, 06:18 PM
  5. mass update
    By Operator in forum General Discussion
    Replies: 0
    Last Post: 2010-03-26, 08:03 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
  •