WMS Module: how to Undo Posted Receive and Posted Shipment

koaladokoalado Member Posts: 70
WMS (Warehouse Management System):
We are going to use "Receive" & "Shipment" module to receive and ship multiple orders on one worksheet.
but it seems that after posting, we can not undo shipment.
Please help.

Comments

  • ara3nara3n Member Posts: 9,257
    Yes you cannot undoshipment if you are using warehouse management. If you want to bypass the error. Delete the warehouse document. Comment out the code that errors out that posted warehouse document exists. Recreate the warehouse shipment.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • koaladokoalado Member Posts: 70
    :shock:
    Thanks for your reply, but I'm a little confused.
    Delete the warehouse document. Comment out the code that errors out that posted warehouse document exists. Recreate the warehouse shipment.
    After posting, at least following tables will be affected.
    G/L Ledger Entry / G/L Register
    Value Ledger Entry
    Item Ledger Entry Item Register
    Item Tracking Entry (we use Item tracking)
    Whse. Entry / Whse. Register
    I'm not sure if just delete warehouse document ( you mean posted warehouse shipment?) can achieve what we expect.
    2. recreate ? you mean we post shipment again? won't that post twice?
    Thanks
  • ara3nara3n Member Posts: 9,257
    Undo shipment reverses everything except the warehouse side. If the warehouse document has partially posted, you would need to delete the warehouse document, not the Posted document. You can't change posted warehouse documents. You could do add a new field that would say undo-shipment. If you are using pick and putaway, then I wouldn't recomend making this modification.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • koaladokoalado Member Posts: 70
    Finally we do it in 'return order sales/purchase'
    Thanks a lot
Sign In or Register to comment.