Along the lines of Greg’s post, in order tracker, look at the shipments tab and see if a shipment/Pack ID has been created.
It sounds like there’s a pack for that release and it hasn’t shipped - thereby holding open the release. Either remove the line from the pack (that’ll allow you to open and modify it on the order) or ship it, which will close the release on the order.
What would happen if i applied these 3 SQL scripts? Could i be doing any major damage if i applied them and “forced” them closed?
. . update OrderRel set OpenRelease = False where OrderNum = ‘28016’ AND OrderLine = ‘1’ AND OrderRelNum = ‘1’ AND Company = ‘Prior’ . . . Update OrderDtl set openline = False where Ordernum = ‘28016’ AND Orderline = ‘1’ AND Company = ‘Prior’ . . . Update OrderHed set openorder = False where Ordernum = ‘28016’ AND Company = ‘Prior’
Already tried an updateable BAQ / DMT?
Sometimes SQL is your only option but bypassing business logic can end up biting you.
Either way, I would almost always copy live to test and verify updates like this.
I wonder if you can UBAQ/DMT the PackSlip as “complete”… if that would clear the error on the order?
We have seen similar and this is generated because of the the fulfilment workbench. From Sales Order Entry go to Actions | Reserve / Allocate and on the Fulfillment Workbench go to Action/ UnReserve and Unallocate .
We don’t get this very so I spent time teaching folks to fix rather than finding out why it happens but most likely will be where quantities don’t match up.
After doing the following i was able to close the two sales orders.
Went to the “user security” and loaded manager (who i was signed in as)…went to the company tab and ensured that an employee was assigned in the employee field…i selected myself (Mark R)
Went to employee maintenance and loaded Mark R…and ensured the following tick boxes were ticked. “material handler”, “shop supervisor” “shipping / receiving” “production worker” “can override allocations”.
Now when i went to Material queue manager (in advanced material management)…the options at the bottom were highlighted to select…I found the sales order in question, assigned Mark R and clicked save and closed.
This then put the entries into “My selection” tab on the Material Request Queue (in advanced material management) and i was able to select and click delete.
I could then go to order entry and close the order.
I can’t believe I’m the first person to have benefitted from this… but just wanted to let you know I am very grateful of your detailed solution. I had been fumbling my way through getting the rights to edit Material Queue Manager and managed to figure that out on my own, but I couldn’t figure out how to get it to show up in the Material Request Queue so I could delete it… I hadn’t considered assigning to myself and then checking the My Selections. Brilliant!