I am working on adding an UltraGrid to OrderEntry so that users can see the ShipTo Salesreps (That way they do not have to search them up everytime to enter salespersons). I was going to have the combo boxes for the salesperson default but it was too difficult to fight Epicor’s built-in logic. Currently, I have a BAQDataView that I would like it subscribed to the CustID entered so that they only see the customer information they need. When I enter a customer, no data appears.
This isnt the final BAQ I want to use. I am just trying to see how this would work. It is pulling the right BAQ and the correct columns pull up but no data comes out. When I filter the BAQ in the designer for the same customer I get a few rows. I am hoping this is just a simple error somewhere?
I played around with this tonight, I did it several ways and the grid always filled as expected. I’m assuming you bound the grid to the BAQ in the designer, or else you wouldn’t have gotten the columns.
The only other thing I see is try to change the following from:
No luck. I am thinking it has something to do with the BAQ (maybe because of the Customer table?). I changed it to a simple BAQ of some of the OrderHed fields and the publisher/subscriber worked fine. Although, maybe that is because the OrderNum is already being published in the Order Entry form?
Got it! Simple mistake: I was using the EpiContextMenuKey instead of the actual EpiBinding for the field I wanted to publish. I also forgot to take out a filter in my BAQ when I was testing it. Thanks for helping me troubleshoot!