There are two issues you need to overcome -
-
You need to have the Quick Search Available in your Search Context. To do that, you need to make sure that the BAQ has a BAQ Search Like Column that matches the Context Key on the Quick Search definition form - in your case RcvDtl.POLine. In the BAQ definition form, have a look at the On-Line Help and the “BAQ Search” Sheet.
-
When a standard Search returns multiple columns, you can usually use a Return Column in the Quick Search of SysRowID for the record that would normally have two fields returned. Most of the searches have been updated to work with the Quick Search when it returns the single value for SysRowID. It is also possible to set that field to not display in the grid even though it is part of the BAQ Results. On the Display Fields Sheet, select the Field Attribute Editor and then add a new attribute to the SysRowID - manually enter “IsHidden” and set the Value to True. SysRowID can then be used as the Return Column even though it is not displayed in the Search Grid.