Announcements
No record found.
Hi Experts,
I have an inventory.
When i short pick the item, then available Qty in locations is showing wrong.It should be 24 & 36 but showing 9,999,999....EACH ; What is the issue?
Hi Faran,
I do remember that recently someone asked the same question. I found the post back: community.dynamics.com/.../incorrect-quantity-on-short-picking-ax-2012-r3
I lost track of the other thread. It might be a bug. Have you searched for known issues in LCS Issue search?
Hi Andre,
i did not find issue related to incorrect qty on LCS. I tried to find the class that built that form and display qty ,but not find yet.
On debugging, I found available Qty on Locations is based on item model group configurations.Take a look at the code below and answer is here.
class whsInventOnHand { #WHSReservationHierarchy #define.ConPosPhysical(1) #define.ConPosOrdered(2) } private static InventHandlingQty getWorkPhysicalQtyByInventDim( ItemId _itemId, InventDim _inventDim, boolean _useRealMax, boolean _returnCWQty) { real ret; if (_useRealMax && InventTable::find(_itemId).modelGroup().NegativePhysical) { ret = realMax(); } else if (_returnCWQty) { ret = whsInventOnhand::getCWPhysicalAvailQty(_itemId, _inventDim, true, true); } else { ret = whsInventOnHand::getPhysicalAvailQty(_itemId, _inventDim, true, true); } return ret; }
lol, good job Faran. So the mobile device is displaying this number if the Item model group allows the item to go physical negative. Thanks for sharing!
Great catch, Faran. In a way it makes sense as you can go negative... But I would rather see the actual available.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 663
André Arnaud de Cal... 439 Super User 2026 Season 1
Syed Haris Shah 337 Super User 2026 Season 1