Application Studio - Pass Parameter to BAQ

Hey,

I know I’m missing something, or maybe it just won’t work this way. (I’ve seen the method of using a button to fire a get routine.)

I have a BAQ with a parameter:

In the Kinetic form (2025.1.6), I have the TransView filter column defined:

It’s bound to a text box.

After form load, I am initializing the TransView filter field:

Under the Provider Model for the query, I have the parameters specified:

The issue is that I still get the slide-in panel requesting the parameter.

Is my only option adding the button and new event?

Thanks,

Joe

Have you seen the below post? Might be helpful:

Yep, I looked at that. It just looked like it might work putting the parameters list on the Provider Model.

I’m converting a bunch of classic queries that use parameters instead of dashboard filters–adding TransView filter columns bound to controls on the customization and filtering the BAQ with that in BAQ Options.

In this case, I ended up leaving the parameter on the BAQ and letting the slide-in do the work because the parameter is set up as a list with a combobox (a BAQ fills the parameter list) and I didn’t want to recreate that on a combobox tied to a TransView filter in the customization layer. And this is a simple query.

The big thing for me is being able to send a parameter to the BAQ in cases where I need to filter subqueries that return lots of data, so the effort to add the button and events it fires justifies the time. :slight_smile:

Thanks,

Joe

Hello,

I have found the kinetic BAQ bound to a button click best. Is there an easy way to link a BAQ parameter to a kinetic dashboard filter date picker? - Kinetic ERP - Epicor User Help Forum I posted some steps in here.