App Studio: Search-Show skip filling out the search form and load a predefined search

Looking for a way to skip the default search form and just jump right into the unfiltered search results when using the Search-Show component.



It’s just a list of our company’s users, so it’s not a long list that needs to be filtered.

3 Likes

This may seem crazy … but why not instead of using search-show widget, you open a slider panel with a BAQ grid that just pulls in all the user info you want to see, and select the one(s) you want - storing that value to TransView.UserResult or something like that - then you proceed as before with a row-update instead of search-value-set (I already stopped using search-value-set, because it behaves weirdly)

1 Like