Is there a Class/Function to get the Unit price based on the Item,Customer and Quantity

Hi All,

Is there a class / function that i could call from my .Net Application through business Connector that could get the Unit price of the Item based on the item ID, Customer ID, Quantity .

The function should include all the trade agreements logic /Discount prices included. Please let me know if there is any such function avaialable…

Thanks for reading my post…

Shankar

Try PriceDisc class - simply pass appropriate parameters to its constructor and than call price() method.