3

By default, it is possible to enter a simple amount (priceperunit) on a project-based quote line (quotedetail) when there are no associated quote line details (msdyn_quotelinetransaction). This is perfectly reasonable.

At the quote level, there is a "Recalculate" button (msdyn.quote.buttons.Recalculate) that recalculates the quote amounts, such as when role prices in the price list change.

However, for quote lines without any quote line details, the recalculation logic currently sets the amount of these lines to "0."


This behavior should be revised, and the correct amount from the quote lines should be used instead.

STATUS DETAILS
New