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 :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Extension of Fixed asset balances report

(0) ShareShare
ReportReport
Posted on by 515

Hi,

Greetings

I work in D365 fno & working on modifying the Fixed asset balances report.

I added a few field in the temp table for AssebalancesTmp table

I added an extension for AssetBalancesDp class but i dnt knw how to populate the new field

I saw other post in this forum but the query part also i didnt get

Any help as how I can populate the new field added in temp table

  • Suggested answer
    GirishS Profile Picture
    27,843 Moderator on at

    Hi,

    One of the suggested ways will be writing OnInserted event handler for the temp table and populate the new field value.

    [DataEventHandler(tableStr(TempTableName), DataEventType::Inserting)]
    public static void TempTableName_onInserting(Common sender, DataEventArgs e)
    {
        //you can get the current value using tempTable and add logic based on that.    
        TempTableName tempTable = sender as TempTableName;
        tempTable.NewFieldName = "SomeValue";
    }

    Thanks,

    Girish S.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the August Top 10 Community Leaders

These are the community rock stars!

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

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 455 Super User 2026 Season 2

#2
CU10121822-0 Profile Picture

CU10121822-0 376

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 47 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans