Skip to main content

Notifications

Small and medium business | Business Central, N...
Answered

Report which shows expiration of item tracking nos.

Posted on by 4

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

  • Verified answer
    Yin Mon Pyone Profile Picture
    Yin Mon Pyone 4 on at
    RE: Report which shows expiration of item tracking nos.

    Thank You. Noted.

  • Suggested answer
    Inge M. Bruvik Profile Picture
    Inge M. Bruvik 32,748 Super User 2024 Season 1 on at
    RE: Report which shows expiration of item tracking nos.

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

  • Yin Mon Pyone Profile Picture
    Yin Mon Pyone 4 on at
    RE: Report which shows expiration of item tracking nos.

    Thanks Amit,

    I will try.

  • Suggested answer
    Amit Baru Profile Picture
    Amit Baru 3,025 on at
    RE: Report which shows expiration of item tracking nos.

    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
    Yin Mon Pyone 4 on at
    RE: Report which shows expiration of item tracking nos.

    Hi Nitin,

    Ok. Thanks. Let me try.

  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 21,091 Super User 2024 Season 1 on at
    RE: Report which shows expiration of item tracking nos.

    Hi,

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

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans