Undoing a released order

gejageja Member Posts: 47
edited 2004-08-10 in Navision Attain
Is it possible to undo the effect of a released order? Or maybe if we want to redo the firm plan and releasing of the order, is there a way to delete the record in the released orders table and replan (firm plan) the order over again?

Comments

  • afarrafarr Member Posts: 287
    edited 2004-08-10
    Maybe the first question to ask is whether you really want users to be able to undo Released Production Orders, but if the answer is yes, then it seems that you would have to program it yourself. The Production Order "Change Status" job only goes one way, and making it go the other way could be quite difficult based on my experience:

    There is an Undo Receipt function for Purchase Receipts that only works with G/L lines (and even that requires a minor fix). I spent a few days coding and testing before I got it to work also for Item lines [edit] - I thought that UndoReleaseProductionOrder would be similarly difficult, but HalMdy seems to have a simpler solution.

    Alastair
    Alastair Farrugia
  • HalMdyHalMdy Member Posts: 429
    If your order is still in status Released, you can make negative Output entries on to balance already existing entries and "delete" them.

    If the order is in status finished : sorry ... too late !
Sign In or Register to comment.