Skip to main content

Notifications

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

alternative to getMainAccountDimensionAttribute method in D365fo?

(0) ShareShare
ReportReport
Posted on by 15

Hello everyone, I am migrating a class from AX to D365FO, a line of code that is the following:

 dimensionAttributeValue = DimensionAttributeValue::findByDimensionAttributeAndEntityInst(DimensionAttribute::getMainAccountDimensionAttribute(),
                                                                                                         mainAccount.RecId,
                                                                                                         true,
                                                                                                         true);

I find that the DImensionAttribute::getMainAccountDimensionAttribute method is deprecated in D365FO. Do you know what alternative I can use to replace this method?
From already thank you very much.

  • Suggested answer
    Vignesh.A Profile Picture
    Vignesh.A 203 on at
    RE: alternative to getMainAccountDimensionAttribute method in D365fo?

    Hi Angel,

    Can you see if the below code will suit for you

    DimensionAttributeDelegates::callGetWellKnownDimensionAttribute(DimensionAttributeType::MainAccount);

    The method above will return the RecId of DimensionAttribute table Main account record as the parameter sent is Main Account.

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