I am trying to override the behaviour of MS Dynamics Connector by allowing synchronised orders to be modified in CRM 2011 and be sent back updated to AX 2012.
The problem is that when I update a record in CRM the update does not get written in AX. The error I get is:
Discrepancy in order type between order line and order header
But when I check at them: Order type is Sales Order Order status is Open Order
Line Status is Open Order Line Type is Sales Order
Those are also the values that I am sending from the connector.
Is there some internal logic in AX that I am missing? What would be the ideal status that would match both the header and the orde rline?