Results 1 to 4 of 4

Thread: How do I clear a dropdown for search?

  1. #1
    lhorwitz is offline Junior Member
    Join Date
    Apr 2005
    Posts
    4

    Default How do I clear a dropdown for search?

    If I do an advanced search on Accounts, I have both the "Type" and the "Industry" dropdowns available. I only want to search on Type, but I want to catch any Industry. Unfortunately, there seems to be no way to clear a dropdown selection! Something always has to be selected in both dropdowns when searching. Hwo do I do an advanced search for a specific Type but in any Industry?

    Thanks for any help,

    Lawrence

  2. #2
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: How do I clear a dropdown for search?

    There should be the default 'none' dropdown option for Industry

  3. #3
    lhorwitz is offline Junior Member
    Join Date
    Apr 2005
    Posts
    4

    Default Re: How do I clear a dropdown for search?

    Unfortunately, there is no "none" option in either the Industry or Type field when doing an advanced Account search. Would adding them manually work?

    Lawrence

  4. #4
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: How do I clear a dropdown for search?

    When creating a new account, what do those dropdowns default to? Here, they start as 'none'.

    In the dropdown editor, for both, the first item has a blank key and value. And to confirm, in the file custom/include/language/en_us.lang.php it has the values:

    Code:
    $app_list_strings['industry_dom'] = array ( '' => '',
      '' => '',
      'Accountant' => 'Accountant',
      'Advertising' => 'Advertising',
      'Asset Management' => 'Asset Management',
    ....

Thread Information

Users Browsing this Thread

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

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
  •