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

I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,825 Moderator on at
    RE: Extension of Fixed asset balances report

    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

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

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 582 Most Valuable Professional

#3
CU05031448-0 Profile Picture

CU05031448-0 526

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans