2023 May 10 2:23 AM
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'
2023 May 10 3:25 AM
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?
2023 May 10 3:25 AM
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?
2023 May 10 8:16 AM
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'.