Welcome Guest. Sign in or Signup

4 Answers

Bypass Search page in a Component

Asked by: 9974 views Application Designer

In some cases, we would like to take the users directly to the page rather than letting them go through a search page, ie; we would like to bypass the search page in a Component. How would you achieve this?

Related Questions

4 Answers



  1. Mallesh Jangam on Oct 05, 2012 Reply

    Add a record which doesn’t have any keys under Search record of a Component to by pass the Search page in a Component.

    +9 Votes Thumb up 0 Votes Thumb down 0 Votes



  2. yallavula.mahendra on Dec 24, 2012 Reply

    build a record with fields and dont specify any key field in record.then bypass search page in component

    +3 Votes Thumb up 0 Votes Thumb down 0 Votes



  3. dineshmanikonda on Jan 04, 2014 Reply

    We can skip the search record using these 2 ways…….!
    1. Search record should not have any search keys like INSTALLATION table.
    2. We can skip search page through peoplecode as well, i.e, Write SetsearchBehavior() function in Search Init event.

    +34 Votes Thumb up 0 Votes Thumb down 0 Votes



  4. bude on Feb 27, 2019 Reply

    We can do this in 2 ways as below:

    1. Search record should not have any search keys like INSTALLATION table.
    2. We can skip search page through peoplecode as well.
    i.e, Write SetsearchBehavior() function in Search Init event.

    +1 Votes Thumb up 0 Votes Thumb down 0 Votes


Answer Question