Please let me know if there is already something inside Epicor that can do this.
I’m attempting to write a BAQ or Dashboard to display part numbers with their suppliers, that do not have the best price selected for the Primary Vendor. So far, I have been able to retrieve the latest price record for each possible vendor.
I’m not sure how I can display this so only the parts that we pay too much for are shown or highlighted somehow. A > B type of thing.
Any ideas?
Ignore the Dates in the BAQ. I realize that will be part of the struggle =)
so you’re looking for either the Min() base unit price per Partnum?
You could use a calculated field for Min(), grouped by your other columns. I would do that in the subquery and include the basic fields you need to join to the top level query. And include the “primary” column, then filter out (subquery criteria) where “Primary” = 1 on the top level query
The result set should be parts and suppliers that are the best ( Min() ) price but not set as primary.
Without writing the BAQ, I’m pretty sure that would work.
@MikeGross
Would you know how to make this dashboard pass a part number from the first query when clicked to the bottom query? I setup two seperate BAQ. My goal is that the bottom list will display all the price records for the highlighted part.
@kylepbsps , out of curiosity, does this BAQ also evaluate quantity price breaks?
I always thought that PO suggestions should be smarter and evaluate price breaks in each supplier price list and suggest the best option (regarding price and delivery; not just primary supplier or supplier last purchased from) and then also offer an alternate suggestion to increase the quantity to get to the next favorable price break. The buyer could evaluate the alternate and if they choose to buy the alternate, then the primary suggestion would also drop off the New PO Suggestions list (and vice versa if the buyer chose to buy the primary suggestion, the alternate would drop off the list).
You’ll need to right click on the top query and look at “Publish”, then do the same on the bottom query but look at “Subscribe”. This is a super powerful way to associate queries on a dashboard. we use the heck out of this feature so we don’t have a zillion dashboards.