Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

need to display main account and name from vendor posting profile

(0) ShareShare
ReportReport
Posted on by 18

hi all,

in Vendor posting profile , i need to display main account and name in report. kindly let me know the exact table relation with vendor account.

vendpost.jpg

So, that i can get the main account and name.

please give me more shed on this.

thanks!

  • @rp@n Profile Picture
    18 on at
    RE: need to display main account and name from vendor posting profile

    yes, thanks

  • Verified answer
    Sergei Minozhenko Profile Picture
    23,091 on at
    RE: need to display main account and name from vendor posting profile

    Hi @rp@n,

    Yes, it's correct and ledgerDimension should be removed by method VendLedgerAccounts.summaryLedgerDimension.

  • @rp@n Profile Picture
    18 on at
    RE: need to display main account and name from vendor posting profile

    mainAccount     = MainAccount::findByLedgerDimension(ledgerDimension).MainAccountId;
    mainAccountName = MainAccount::findByLedgerDimension(ledgerDimension).Name;
    

    is it correct?

  • Verified answer
    Sergei Minozhenko Profile Picture
    23,091 on at
    RE: need to display main account and name from vendor posting profile

    Hi @rp@n,

    In this case use method mentioned above.

    Main account can be fetched by methods mentioned in  community.dynamics.com/.../how-to-get-mainaccount-name-from-ledger-dimension-ax-2012

    Main account name can be fetched from MainAccount table by MainAccount value.

  • @rp@n Profile Picture
    18 on at
    RE: need to display main account and name from vendor posting profile

    select vendLedgerAccounts
                where vendLedgerAccounts.AccountCode == TableGroupAll::GroupId
                &&    vendLedgerAccounts.Num         == vendGroup;
    
                if(vendLedgerAccounts)
                {
                    ledgerDimension = vendLedgerAccounts.SummaryLedgerDimension;                 
                }

    here i got the ledger dimension. Now i need the main account and name to display in report.

    Kindly let me know the exact relation, so that i can get the value of main account

  • @rp@n Profile Picture
    18 on at
    RE: need to display main account and name from vendor posting profile

    I wnats to display the above main account and name in report.

  • Verified answer
    Sergei Minozhenko Profile Picture
    23,091 on at
    RE: need to display main account and name from vendor posting profile

    Hi @rp@n,

    There is a method VendLedgerAccounts.summaryLedgerDimension which can return your ledger dimension id and you can fetch the main account from it. The method already handles search by account code (All, Group, Table).

    What is your requirement by the way?

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,255 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,984 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans