I have a requirement that on a certain sales order type (returns, could be a separate pricing procedure), the system determines price for a specific condition type (PR00 for example) using the highest-quantity (lowest-priced) scale for that condition. For example, I have conditions set up with the following price scales:
Qty Price
10 $40
100 $30
500 $20
I would like the pricing procedure to always calculate $20 for the price ("best price"), no matter what the quantity is on the order.
Any ideas? Thanks in advance!