Need help with direction on customization on Part Tracker -> Customer

I’m adding pricing information in a tab in the part tracker. Right now I have a BAQ Data View that returns the Pricing by Customer Level. This works great, but I also want to give the user the ability to enter a customer (or search for one) so they can see any specific pricing that customer may have. I have a BAQ ready for that as well, and can also attach that via BAQDV. The question I have is how do I add in the capability to search for a customer that can then be used as a binding to the second BAQDV?

Thanks!

If you are already returning every record in the view, then you could simply add an unbound textbox that the user could type into and it would filter the dataview.

1 Like