I have a sales order that was over picked then an adjustment was made. It looks like it caused a delivery remainder. How do I correct this?
Thanks for you help it was determined that an adjustment made to an order that was received via EDI caused multiple errors
Hi CLReeves,
Could you please upload some screenshots to help me understand the situation you are facing?
Yes that's correct the last picking list is the same quantity as the packing slip my end user already verified the vendor received the correct amount. Its a bit of a mess I am not sure what the end user did you try to correct the incorrect pick. I just need to correct the delivery remainder so its zero
Hi CLReeves,
I see you have cancelled some picking list, is the quantity of picking list same as the packing slip? If that's the case, the error is correct.
When I try to unpick I get error "Quantity 1.00 cannot be unpicked because inventory transactions with status Picked are insufficient." and I do not have the option to cancel rout
Exactly Sir, You can also unpick the complete sales order then make adjustment on QTY as you want.
Unpicking thread.
Hi CLReeves,
You need to split the pick list quantity then cancel picking line in picking list registration.
Functional Steps
community.dynamics.com/.../205500
X++ Steps
salesLine.RemainInventPhysical = 0;
salesLine.RemainSalesPhysical = 0;
ttsbegin;
salesLine.Update();
ttscommit;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,818 Super User 2024 Season 2
Martin Dráb 229,147 Most Valuable Professional
nmaenpaa 101,156