Results 1 to 3 of 3
Like Tree1Likes
  • 1 Post By bickart68

Thread: Disable initial search

  1. #1
    shmc is offline Sugar Community Member
    Join Date
    Apr 2010
    Posts
    8

    Default Disable initial search

    Hello,
    Is it possible to disable the initial search on the list page of a entity?

    Thank you and regards.

  2. #2
    christianknoll's Avatar
    christianknoll is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Vienna
    Posts
    939

    Default Re: Disable initial search

    We did this for a customer. Overwrite the view.list.php for the module and process a list view without results. No other standard setting for that I would know of.

    christian.

    Quote Originally Posted by shmc View Post
    Hello,
    Is it possible to disable the initial search on the list page of a entity?

    Thank you and regards.

  3. #3
    bickart68 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    111

    Default Re: Disable initial search

    in your config_override.php add

    PHP Code:
    $sugar_config['save_query'] = 'populate_only'
    This make the user have to search when then goto a ListView or PopupScreen
    christianknoll likes this.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to disable the field in search view
    By vsaranya in forum Developer Help
    Replies: 6
    Last Post: 2008-08-13, 01:22 PM
  2. Remove/disable search form in modules
    By swalk in forum Help
    Replies: 2
    Last Post: 2008-05-24, 04:36 AM
  3. Initial Observations
    By mikenash in forum General Discussion
    Replies: 0
    Last Post: 2006-07-28, 01:00 AM
  4. Initial Questions
    By pgregg in forum Customer Support
    Replies: 0
    Last Post: 2005-10-10, 10:28 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
  •