SBarnes wrote:How do you set the price for a sales order line to be the final price and have Jiwa ignore things such as Debtor specific,Qty breaks etc?
At the moment I am setting DiscountedPrice for the line but then a Qty break is being applied to my price which I don't want.
The the last property you set is the DiscountedPrice, then that is what will be used. Changing the quantity after setting the DiscountedPrice will cause the price scheme to be invoked to return a price. If you want to be able to alter the quantity and not have the price altered, then setting
either FixPrice or FixSellPrice to true will cause the price recalculation to be skipped.