Results 1 to 2 of 2

Thread: Blank Value as the first item in dropdown

  1. #1
    ganeshk is offline Junior Member
    Join Date
    Nov 2007
    Posts
    2

    Default Blank Value as the first item in dropdown

    I wanted to add a blank value to a list as the first item and make it a Required field. I followed what is mentioned in » How to add a blank (NULL) value as the first value of a dropdown list | Blog Archive | SugarCRM Knowledge Base.
    Basically added '+' and made the field required. However the forms still allow me to save data with blank values in the dropdown. Can someone help. I am using community edition 5.0.0

  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: Blank Value as the first item in dropdown

    You can add empty option on dropdown through Dropdown Editor on Studio.
    In order to make a field required you can add the attribute displayParams on field def at editviewdefs.php:

    PHP Code:
    'displayParams' => array(
      
    'required' => true,
    ), 
    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. Blank field for related item in list view
    By Alloran in forum Developer Help
    Replies: 9
    Last Post: 2009-09-04, 06:01 PM
  2. Replies: 2
    Last Post: 2009-01-09, 10:19 AM
  3. Replies: 10
    Last Post: 2008-06-23, 06:18 PM
  4. Blank item in System Check Acceptance
    By dretz in forum General Discussion
    Replies: 0
    Last Post: 2005-12-29, 08:52 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
  •