Results 1 to 2 of 2

Thread: Editing MassUpdate.php

  1. #1
    spectheintro is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    59

    Default Editing MassUpdate.php

    Does anyone know if there's any documentation on how to do this properly? I would like to add a SELECT field to it from a custom module I have built, so that we can update multiple accounts or contacts at once with this new information. The relationship and linked fields are already functioning properly, but the steps I took to get Account Name: and Contact Name: to appear in the MassUpdate section of my custom module are not working to get my custom module's select field into Accounts.

    Anyone have any ideas?

  2. #2
    jli
    jli is offline Junior Member
    Join Date
    May 2005
    Posts
    109

    Default Re: Editing MassUpdate.php

    if the field in your custom module you want to add to the mass update section is not a custom field, then you can add the following config to the vardef of that field:

    'massupdate' => true

    if the field is a custom field on your custom module, you can change the mass_update flag for that custom field in your FIELDS_META_DATA table and rebuild custom fields. your field should then show up in the mass update section.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2007-03-15, 12:12 PM
  2. Editing XML Page
    By JNieves in forum Help
    Replies: 0
    Last Post: 2006-06-05, 01:54 PM
  3. Custom field editing in 3.5
    By dmodde in forum Help
    Replies: 2
    Last Post: 2005-11-21, 11:53 PM
  4. Blank page when editing archived emails
    By 3v3ntiq in forum Help
    Replies: 1
    Last Post: 2005-04-22, 09:33 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
  •