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

Set LedgerDimension field in LedgerJournalTrans using X++

(0) ShareShare
ReportReport
Posted on by 105

Hi, 

I am trying to input the below variable accountLedger in LedgerJournalTrans.LedgerDimension

LedgerJournalAC accountLedger = strFmt('%1-78690-88999-00000-%2--', staging.MainAccount, staging.CostCenter);.

Below is the piece of code:

ledgerJournalTrans.JournalNum = _ledgerJournalTable.JournalNum;
ledgerJournalTrans.initValue();
ledgerJournalTrans.TransDate = DateTimeUtil::getSystemDate(DateTimeUtil::getUserPreferredTimeZone());
ledgerJournalTrans.AccountType = LedgerJournalACType::Ledger;
ledgerJournalTrans.modifiedField(fieldNum(LedgerJournalTrans, AccountType));
ledgerJournalTrans.LedgerDimension = LedgerDynamicAccountHelper::getDynamicAccountFromAccountNumber(accountLedger, LedgerJournalACType::Ledger); // This line giving issue

How can i fix this issue and what am I doing wrong ?

Regards,

I have the same question (0)
  • Martin Dráb Profile Picture
    237,066 Most Valuable Professional on at
    RE: Set LedgerDimension field in LedgerJournalTrans using X++

    getDynamicAccountFromAccountNumber() expects a main account number, not a display value of a combination of dimension values.

    If you have such a string as an input (most likely from an external source), you can use LedgerAccountDimensionResolver class, for example.

    If you already have values of individual dimensions (e.g. staging.CostCenter), don't complicate your life by putting them to a string and then finding a way how to immediately parse the string to what you already had.

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
Martin Dráb Profile Picture

Martin Dráb 628 Most Valuable Professional

#2
CU05031448-0 Profile Picture

CU05031448-0 578

#3
André Arnaud de Calavon Profile Picture

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

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans