Announcements
No record found.
Dear Experts,
Is there any report in business central showing the expiration date with item tracking nos.?
Or
Is there any report showing inventory aging which calculate based on expiration date of item tracking nos.?
Regards,
Sweety
Hi,
You can go with the Report ID 707, Inventory - Availability Plan, but you need to customized that report.
Hi Nitin,
Ok. Thanks. Let me try.
I have checked, there is no such report with Item tracking detail. For this open Item Ledger Entry Page and extract the data into excel with LOT NO or Batch NO. and Expiration Date also. Make Pivot of that spread sheet. This is simple way to achieve the requirement without any customization.
Regards
Amit Sharma
www.erpconsultors.com
Press Yes if info is useful.
Thanks Amit,
I will try.
Here is the code for the basic report you need.
You can expand it with more info as you wish.
report 50101 "Items with bact and exp.date" { ApplicationArea = All; Caption = 'Items with bact and exp.date'; UsageCategory = Lists; dataset { dataitem(ItemLedgerEntry; "Item Ledger Entry") { column(ItemNo; "Item No.") { } column(Description; Description) { } column(LotNo; "Lot No.") { } column(SerialNo; "Serial No.") { } column(ExpirationDate; "Expiration Date") { } column(RemainingQuantity; "Remaining Quantity") { } } } requestpage { layout { area(content) { group(GroupName) { } } } actions { area(processing) { } } } }
Thank You. Noted.
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!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 1,821 Super User 2026 Season 1
YUN ZHU 1,122 Super User 2026 Season 1
Dhiren Nagar 959 Super User 2026 Season 1