Skip to main content

Notifications

Dynamics 365 Community / Forums / Finance forum / How to combine default...
Finance forum
Answered

How to combine default dimension into ledger dimension in X++

Posted on by 362
Hi,
 
In one of my task, I'm creating General Journal by code, and in each of Journal Line we have Account Type and if it is Ledger, the Account number field will need to be fill in with main account and its financial dimension ->
I have a custom table with list of account with its Financial dimension already setup.
 
Question is how to make my Journal line field Account is filled in with Main account with its Financial dimension ? So if I have the account 71120 setup with Fin Dim for example Department: AABB, Cost center: Cost1, the Account field should filled in as 71120-AABB-Cost1
 
During insert Journal line (LedgerJournalTrans) I have insert these  2 field in order :
ledgerJourTrans.DefaultDimension = MyTable.DimensionDefault;
ledgerJourTrans.LedgerDimension = LedgerDefaultAccountHelper::getDefaultAccountFromMainAccountId(MyTable.mainAccount);
 
If debug each line, MyTable record is filled in with the correct record I wanted. Only after insertion, and take a look at that General Journal, the Account field only show the main account, just like the picture.
 
May I know what is missing ?
 
 
Thanks
  • Verified answer
    Martin Dráb Profile Picture
    Martin Dráb 229,021 Most Valuable Professional on at
    How to combine default dimension into ledger dimension in X++
    You can combine them by LedgerDimensionFacade::serviceCreateLedgerDimension().

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

News and Announcements

Forum Structure Changes Coming Soon!

Quick Links

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,734 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,021 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,150

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans