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...
Answered

Report which shows expiration of item tracking nos.

(0) ShareShare
ReportReport
Posted on by 12

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

I have the same question (0)
  • Suggested answer
    Nitin Verma Profile Picture
    21,708 Moderator on at

    Hi,

    You can go with the Report ID 707, Inventory - Availability Plan, but you need to customized that report.

  • Yin Mon Pyone Profile Picture
    12 on at

    Hi Nitin,

    Ok. Thanks. Let me try.

  • Suggested answer
    Amit Baru Profile Picture
    3,037 on at

    Hi,

    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.

  • Yin Mon Pyone Profile Picture
    12 on at

    Thanks Amit,

    I will try.

  • Suggested answer
    Inge M. Bruvik Profile Picture
    1,111 Moderator on at

    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)
                {
                }
            }
        }
    }
    

  • Verified answer
    Yin Mon Pyone Profile Picture
    12 on at

    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.

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 2,664

#2
YUN ZHU Profile Picture

YUN ZHU 960 Super User 2025 Season 2

#3
Jainam M. Kothari Profile Picture

Jainam M. Kothari 773 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans