Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to make a search help wit constant restriction?

fsilva951
Discoverer
0 Kudos
412

I have a requirement that consist on making a Search Help but always make sure that one restriction is always the same. For example:
We have a table with the columns name and country and I want to make sure that the search help only searches the names from 'France'

1 ACCEPTED SOLUTION

xiswanto
Active Participant
363

How about creating a view based on the table, maintain fixed selection criteria of the view, then creating the search help referring from the view instead of table?

2 REPLIES 2

xiswanto
Active Participant
364

How about creating a view based on the table, maintain fixed selection criteria of the view, then creating the search help referring from the view instead of table?

Sandra_Rossi
Active Contributor
0 Kudos
363

There can be several answers.

One of them is that if the country field of the search help is an importing parameter, it means that you can pass the value from a hidden field of the screen whose value is 'France'.