Results 1 to 3 of 3

Thread: Mutiple select (multienum) problems 5.0f

  1. #1
    Enable1T.Daniel is offline Junior Member
    Join Date
    Jul 2008
    Posts
    3

    Default Mutiple select (multienum) problems 5.0f

    Hi,

    I am having issues with the multiple selects (multienum) in version 5.0f, No matter what multienum i use (custom module or standard module) it only accepts no more than 5 values.
    It will allow me to select as many as a like but the database is only populated with 5, i can also manually enter more options directly into the database and the detail view displays them correctly.

    I have no idea why this is happening, does anyone have any ideas ?

  2. #2
    Enable1T.Daniel is offline Junior Member
    Join Date
    Jul 2008
    Posts
    3

    Default Re: Mutiple select (multienum) problems 5.0f

    Any one? i am baffled

  3. #3
    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: Mutiple select (multienum) problems 5.0f

    Hi, Daniel.

    Make sure the vardefs definition for these fields look like this:

    PHP Code:
     'excluded_departments_c' => 
      array (
        
    'required' => false,
        
    'name' => 'excluded_departments_c',
        
    'vname' => 'LBL_INDEX_EXCLUDED_DEPARTMENTS',
        
    'type' => 'multienum',
        
    'massupdate' => 0,
        
    'comments' => '',
        
    'help' => '',
        
    'duplicate_merge' => 'disabled',
        
    'duplicate_merge_dom_value' => 0,
        
    'audited' => 0,
        
    'reportable' => 1,
        
    'options' => 'departments_dom',
        
    'isMultiSelect' => '1',
        
    'studio' => 'visible',
      ), 
    And make sure the field was created into database as text, not varchar.

    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: 2008-07-05, 05:44 PM
  2. Replies: 1
    Last Post: 2007-12-31, 02:30 PM
  3. problems with select functionality
    By jerone_huang in forum Help
    Replies: 1
    Last Post: 2006-07-04, 09:59 AM
  4. Serious issue with sugarcrm 3.5.1.c
    By wp.rauchholz in forum Help
    Replies: 17
    Last Post: 2005-12-01, 07:22 AM
  5. Problems after upgrading to 3.5
    By blakegrover in forum Help
    Replies: 9
    Last Post: 2005-08-17, 11: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
  •