Quick Search-return multiple values?

Hello all,
I’m looking for a solution to return multiple values from a quick search that I am calling.
My quick search returns the PackingSlip from a Receipt Header.
I am currently calling the quick search like so:

It appears that the return type is an ArrayList, but this is defined by the quick search itself.
I would like to return both the Packing Slip and the Vendor Num, which are both available in my BAQ…

Any ideas?
Thanks

Modify the BAQ and combine the fields then return that and youll have to split them

-Jose

2 Likes

Love it, simple and elegant and gets the job done.
Thank you for the above code by the way, I found it on the TriGem website. :slight_smile:

1 Like

KISS is the way to go :slight_smile:

Yup, that was from one of our insight presentations a couple of years ago :slight_smile:

2 posts were split to a new topic: How to use Quick Search with a UDtable

I was just trying to create a quick search that returns two values and noticed the TriGem site is gone. Are there any links to past Insights presentations or the TriGem stuff?

This was reposted severa other times on the site, just do some searching but I know I reposted it at least once or twice. I’ll look tomorrow if you haven’t found it.

Thanks Jose. Found it although it was not what I was hoping for. I guess I will make a fresh post.