Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Suggested answer

Extension of Fixed asset balances report

(0) ShareShare
ReportReport
Posted on by 497

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
    GirishS 27,821 Super User 2024 Season 1 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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,965 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,817 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans