How to update the order price automatically if the price list is changed.
Summary:
Our business scenario is that the user will issue a sales order, and this sales order is scheduled to be shipped in the next four months.
Suppose the item price list changes one or two times between the order creation time and the shipping time. However, It is a business requirement to record the AR invoice with the latest price when the product is shipped.
Therefore, we would like the new price to reflect in the order automatically after the price gets updated. We understand that the price will be updated automatically if we make an order revision. But is there a way to achieve this without making an order revision?
0