Recently I’ve faced with this issue while I was updating financial dimensions for the intercompany purchase order where intercompany sales order had been invoiced.
It turned out that issue was with the RemainInventPhysical and RemainSalesPhysical fields.
Due to customization, when I invoiced intercompany sales order, RemainInventPhysical and RemainSalesPhysical fields on the sales order line were updated incorrectly. So when I tried to update financial dimensions on the related purchase order (and update financial dimensions on the purchase line), AX throw an error message.
It was not obvious where was a mistake. For those who is facing with the same issue, validate data in the corresponding sales order line.
Below you might find the details of calculation RemainInventFinancial, RemainInventPhysical, RemainSalesFinancial, RemainSalesPhysical fields on the sales order line:
Create Sales order for the 5 pieces. The following data is updated on the sales order line:
QtyOrdered = 5.00 pieces
RemainInventFinancial = 0.00 pieces
RemainInventPhysical = 5.00 pieces
RemainSalesFinancial = 0.00 pieces
RemainSalesPhysical = 5.00 pieces
Partially pack some goods – create packing slip for the 3 pieces. The following data is updated on the sales order line:
QtyOrdered = 5.00 pieces
RemainInventFinancial = 3.00 pieces
RemainInventPhysical = 2.00 pieces
RemainSalesFinancial = 3.00 pieces
RemainSalesPhysical = 2.00 pieces

Like
Report
*This post is locked for comments