web
You’re offline. This is a read only version of the page.
close
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 396
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
    366 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,202 Super User 2025 Season 2 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
    31,387 Super User 2025 Season 2 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,151

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,443 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,092 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans