Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Any way to display item availability quanitity by location, bin, & lot no.?

(1) ShareShare
ReportReport
Posted on by 293
Hello all,
 
For a company that relies on lot no./expiration date for most raw materials coming in and reselling out we rely heavily on lot number/item tracking lines. 
 
It seems all separated and not very clear where to find their respective bins/lot numbers. 

Where can I combine this info? so I can quickly search for a location each morning to display all available quantity of items, their bins#, and lot# altogether on one page?
It can even be one item but I need all that info on one page. 
 
Thanks!
 
 
 


 
  • Suggested answer
    Valentin Castravet Profile Picture
    28,288 Super User 2025 Season 1 on at
    Any way to display item availability quanitity by location, bin, & lot no.?
    This is a good use case for a reporting tool such as Power BI or Jet Reports. A report could be built in either of those 2 that would display what you're looking for.
     
  • Vishal Goswami Profile Picture
    14 on at
    Any way to display item availability quanitity by location, bin, & lot no.?
    Warehouse Entries only show movement of inventory but it will be very complicated to find out available stock per lot per bin, when we have various lots are in coming and thigs get more complicated if other factor like country is involve.  
  • Suggested answer
    Jun Wang Profile Picture
    7,977 Super User 2025 Season 1 on at
    Any way to display item availability quanitity by location, bin, & lot no.?
    apart from customization, you could go to warehouse entries page, filter the item by location, it shows lot no. serial no. expiration date.
     
    The issue is you have to summarize it. 
     
  • Suggested answer
    Ziyad Y. Najami Profile Picture
    10 on at
    Any way to display item availability quanitity by location, bin, & lot no.?
    Hello
     
    I hope this Query helps you 
     
    query 59100 "Item Ledger Entry Ziyad"
    {
        APIGroup = 'ZiyadNJ';
        APIPublisher = 'ZiyadNJ';
        APIVersion = 'v1.0';
        EntityName = 'ItemByLot';
        EntitySetName = 'ItemByLot';
        QueryType = API;
    
        elements
        {
            dataitem(ItemLedgerEntry; "Item Ledger Entry")
            {
                DataItemTableFilter = "Lot No." = filter(<> ''), Open = filter(= true);
    
                filter(Item_NoF; "Item No.")
                { }
                filter(Variant_CodeF; "Variant Code")
                { }
                filter(Location_CodeF; "Location Code")
                { }
                column(Item_No_; "Item No.") { }
                column(Location_Code; "Location Code") { }
    
                column(Lot_No; "Lot No.")
                { }
                column(Remaining_Quantity_Sum; "Remaining Quantity")
                {
                    ColumnFilter = Remaining_Quantity_Sum = filter(<> 0);
                    Method = Sum;
                }
            }
    
        }
    
    
    }
    This Query for Lot and the same can be applied for Serial and Bin.
    It is of Type API (because I have been working on an integration) so please take that into consideration and modify it.
     
    Hope this helps.
     
     
  • Suggested answer
    M0HAN SINGH Profile Picture
    275 on at
    Any way to display item availability quanitity by location, bin, & lot no.?
    Hi, if you are using warehouse then can check out the warehouse entries whether your requirement is full filling or not. and can use analyze mode as per your requirement. Other wise customization will be require to achieve this.
     
  • Vishal Goswami Profile Picture
    14 on at
    Any way to display item availability quanitity by location, bin, & lot no.?
    hi 
     
    I use Dynamics Business central for pharma company that also have lots of Lot and bins info. The information you looking for can be found in item card but out of the box system won't have all the information you are looking for so i had the same issue so with customisation we added some data in lot no by Item card 
     
    and now its looks like this. 
     
    Lot No. Expiry Date Location Code Bin Code Qty. (Base) Type Country Code
    3AA6575 31/05/2026   ABCXYZ 2,496.    
     
     
    So may be your implementation partner can help you with some customisation and that will resolve your issue
     
     
    Thanks
    Vishal

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans