Custom button for search


HI I like to Create my own search button and when clicked it will open the search like picture 2, I am new to Kinetic so i need some help on this.

You can replicate the above behavior with a numeric box, if you would like: enable search on the numeric box, then use its On Search Click event to perform the search.

Or if you want to use the button as shown, use its On Click event

Either way, then you’ll use the search-show widget to get the search screen panel, followed by a search-value-set widget to apply your results to a field to dataview

Hi, i like to use the click event but i had no clue at all, do you have any video or guide for that? thanks

There is a good Epicor Education walkthrough course that I found very useful:

Hands-On - Using Searches in Application Studio

2 Likes

HI TIM, I had go through the hand-on, its very useful, now i have one new question, how do i disable the auto load gridview? i want to force user to go use the quick search.

I haven’t done that myself, but this thread offers some suggestions.

HI TIM, i actually view this thread but i was failed to add the pre-filter parameter, it doesn’t reflect and i not sure where it goes wrong. should i chane the REST Params or change the BAQ Option?

It would go in the Pre Load Search Filter field of the ‘search-show’ event, as shown the image of the first post of this thread.