web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Inventory aging report

(1) ShareShare
ReportReport
Posted on by 33
Hi community im new to dynamics and i got one requirement to add the custom field in the Inventory aging report 
path : Inventory managment > enquires & report > physical inventory report > inventory aging report 
 
Categories:
I have the same question (0)
  • Prashant Ganjihala Profile Picture
    4 on at
    Inventory aging report
    Step-by-Step: Add Custom Field to Inventory Aging Report
     1. Identify the Report Components
    Report Name: InventAging
    Data Provider Class: Usually something like InventAgingDP
    Temporary Table: Often named InventAgingTmp
    step 2:
    Extend the Tmp table add new custom field.
     
    step 3:
    [ExtensionOf(classStr(InventAgingDP))]
    final class InventAgingDP_Extension
    {
        protected void process()
        {
            InventAgingTmp inventAgingTmp;
            next process();
            // Example: Add custom logic to populate your field
            while select inventAgingTmp
             {
                 inventAgingTmp.MyCustomField = "CustomValue"; // Replace with actual logic
                 inventAgingTmp.update();
             }
        }
    }
     
    Step 4:
    Duplicate the Inventory Aging Report, refresh the dataset, and add the custom field to the report design.
  • André Arnaud de Calavon Profile Picture
    298,344 Super User 2025 Season 2 on at
    Inventory aging report
    Hi,
     
    Please let us know your question. For sure, this will require customization. Let us know how you need help.
  • Martin Dráb Profile Picture
    236,122 Most Valuable Professional on at
    Inventory aging report
    Moved from Integration, Dataverse, and general topics forum to Finance | Project Operations, Human Resources, AX, GP, SL forum, because it seems to be about F7O. Please let me know if you disagree.
     
    Also, didn't you want to ask a question?

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…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 1,140

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 762 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 706 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans