ComboBox Bound to BAQ with Parameter in Epicor Kinetic

Hello EpiUsers,

I recently encountered a scenario where I need to bind a BAQ to a combo box that has parameters.

I have set up the combo box binding as shown in the image below. In the Filter Parameters section, I have defined my parameter. However, when I try to run the combo box, it shows that no parameter is being passed.

Am I missing something in the configuration?

Filters : Vendor_VendorNum = ‘?{VendNum}’ , Vendor_VendorPP = ‘?{VendPP}’
Filter Param: VendNum = ?[Vendor_VendorNum] , VendPP = ?[Vendor_VendorPP]

Thank you in advance!

I think you would have to trigger a kinetic-baq event to populate a data view because that is where you can bind a parameter. And then bind your combo to the dataview. Or maybe not but that is my first thought.

Hello @aosemwengie1,

Thank you for your response. As you suggested, I tried using the Kinetic-BAQ widget and set my BAQ parameters within it. I also bound my ComboBox to the DataView, which is in turn bound to my BAQ. However, when I execute this and check the debug log, the following error is displayed. Am I missing something? Kindly let me know.



Where Condition :- Vendor_VendorNum = ‘{POHeader.VendorNum}’ and VendorPP_PurPoint = ‘{POHeader.PurPoint}’

DataView attach to BAQ:-

ComboBox Configuration:-


Thanks and Regards,
Amit Kamble

Did you use the guided setup to create the dataview? It will set everything up for you.