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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Add Field to InventValueReport AX 2012

(0) ShareShare
ReportReport
Posted on by 147

Hi,

My main perpose is to add two Fields in the report InventValue.

What I dit is to add the two fields into the Table "InventValueReportTmpLine" and then override the insert method like this:

////// This is My Code //////

public void insert()
{
    InventTable inventTable;
    EcoResProduct ecoresproduct;
    EcoResProductCategory ecoresProductCategory;
    EcoResCategory ecoresCategory;
    EcoResCategory ecoresCategoryFamille;

    select * from  inventTable where this.ResourceId==inventTable.ItemId;

    select * from ecoresProduct where inventTable.Product==EcoResProduct.RecId;
    select * from ecoresProductCategory where ecoresproduct.recId==ecoresProductCategory.Product && ecoresProductCategory.CategoryHierarchy == 5637146826;
    select * from ecoresCategory where ecoresProductCategory.Category==ecoresCategory.RecId;
    this.SousFamille = ecoresCategory.Name;
    select * from ecoresCategoryFamille where ecoresCategory.ParentCategory==ecoresCategoryFamille.RecId;
    This.Famille= ecoresCategoryFamille.Name;

    super();
}

Actually, I'm facing a problem is that my Table "InventValueReportTmpLine" is not empty when I close my report and it has data permanently.

Help Please.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Heinz Schweda Profile Picture
    1,367 on at

    Hi,

    i have no experience with this report, but it seems to me that it works as designed. When you call up the report, a logic appears to be executed to clean up the table. See class InventValueReportCleanup.

    Hope this helps,

    Kind regards

    Heinz

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans