Named Search BAQ in Fulfilment Workbench

Hi, I am struggling to add a Named Search by BAQ to our Fulfilment Workbench.

I need to run a baq to find all Orders entered by a specific user today.
The baq runs fine but i have no options to create a quick search or Named Search with the BAQ.

I have tried multiple ‘Like’ columns including OrderHed.SysRowID, OrderRel.SysRowID, OrderHed.OrderNum, PartTran.TranNum, PartTran.SysRowID

@Ricky90 Thanks for the puzzle…
After trying several attempts - found the secret right click…
Right click on the search form on fulfillment workbench.

Created a BAQ just using the PartDtl and OrderRel table including OrderNum, Line, Rel, ChangeBy and PartDtl.SysRowID

Seems to work…

Wow…the one table I didn’t try. PartDtl :slight_smile:
Thank you so much for this, you have no idea how much time I wasted getting no where.