web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Dynamics AX 2012 SCM: Micro improvements #5

Kurt Hatlevik Profile Picture Kurt Hatlevik 2,067

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.



This was originally posted here.

Comments

*This post is locked for comments