Hi,
I have a production order which needs to be deleted from AX. The status of the production order is "Estimated". When I try to reset the status from estimated to "Created" I get the following error:
and if I try to delete it directly I get "Deleting production is not allowed by production status."
Please guide how can I remove the production order.
*This post is locked for comments
I have the same question (0)Hi D_Meethu,
Is item M00595 the item to be produced or a BOM component? Can you verify if an inventory transaction is linked to this item? Probably the related inventory transaction record is missing here. In that case You might try to insert a ne inventory transaction by or try to change the quantity (probably not allowed) or split the production order. Another way would be creating one by using some x++ coding (one-time job).
When the inventory transaction is back, you should be able to reset the status and delete the production order.