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 :
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 452
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!
 
 
 


 
I have the same question (0)
  • Vishal Goswami Profile Picture
    14 on at
    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
  • Suggested answer
    M0HAN SINGH Profile Picture
    372 on at
    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.
     
  • Suggested answer
    Ziyad Y. Najami Profile Picture
    10 on at
    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
    Jun Wang Profile Picture
    8,216 Moderator on at
    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. 
     
  • Vishal Goswami Profile Picture
    14 on at
    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
    Valentin Castravet Profile Picture
    32,659 Super User 2026 Season 1 on at
    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.
     

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 April Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,059 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 994 Super User 2026 Season 1

#3
Teagen Boll Profile Picture

Teagen Boll 664 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans