Dynamics AX 2012 SCM: Micro improvements #5

When working with output orders I see some customer struggling with deleting open output orders.

They typically have open output like this:

image

When deleting it, they get the following error:

image

The reason for this, it that deleting a output order will also trigger a delete on the inventory order transaction (WMSOrderTrans).  And this delete will again try to delete the original output order(WMSOrder).

To avoid this error is to disable the OCC (Optimistic Concurrency Control) for the WMSOrder, like this :

image

The issue is reported to Microsoft and is expected to be available in AX 6.2 (AX 2012 R2) or the AX 7.0.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.