web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

WMS - Short picking

(0) ShareShare
ReportReport
Posted on by

Hi Experts,

I have an inventory.

pastedimage1588672853769v1.png

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?

pastedimage1588672926620v2.png

I have the same question (0)
  • André Arnaud de Calavon Profile Picture
    303,730 Super User 2026 Season 1 on at

    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?

  • Community Member Profile Picture
    on at

    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.

  • Community Member Profile Picture
    on at

    Hi Andre,

    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;
    }

  • Verified answer
    Guy Terry Profile Picture
    28,970 Moderator on at

    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!

  • André Arnaud de Calavon Profile Picture
    303,730 Super User 2026 Season 1 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 663

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 439 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 337 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans