Hi All, I’m having an issue getting a search-show widget to fire from a BAQ. It looks like everything passes correctly, but the search is not correct.
Related BAQ, shared, all companies
Hi All, I’m having an issue getting a search-show widget to fire from a BAQ. It looks like everything passes correctly, but the search is not correct.
Related BAQ, shared, all companies
Try adding default under searchForm.
Does that load the “default” BAQ search form?
Hi David, thanks for the response. I had already tried that, but did so again. No dice.
What is your UD01.Key1… the “Like” property is what drives the form.
So, for example, if you set that to Part.PartNum, it would want to load the base PartNum search form… and as long as your BAQ was set-up to be a BAQ Search based on the “like Part.PartNum”… it would load.
I just tested it and it worked.
I’ve never set this up before with a UD table, though.
Matt,
Did you added UD01.Key1 in “Like columns” for your BAQ search?
if not then Open this BAQ in classic screen.
Navigate to “BAQ Search” tile, select UD01.Key1 under “Like Columns” for your case. I tested with UD02.Key1 in my case and search loads result correctly.
I’ve been reading various posts here on the forum and there are some older ones stating that you can’t do a BAQ search against a UD table.
I’ve also seen reference to setting up a Quick Search, which references a BAQ against a UD table instead. I tried to get it to work but kept getting pulled off on other tasks… but, perhaps a Quick Search may serve you better?
@itsme I tried this as well, but got an error that a Description column was required… not sure what I did wrong there.
EDIT: Well . I just tried it again and it saved okay. Not sure why it gave me an error the first time.
That is interesting, What field did you tried this search show on?
Yup… that got it working for me. I KNEW I needed it set so it would show up if I searched using that Like reference… but it wouldn’t take it.
Working now… loaded up via my Search-show event just fine.
This was the missing piece. Totally forgot about this.
Thanks so much!