Hi Guys,
Merge main account with the default dimension in D365 FnO. we can use the below code to implement it.
transJournal.OffsetLedgerDimension = LedgerDimensionFacade::ServiceCreateLedgerDimension(CustWriteOffFinancialReasonsSetup.WriteOffLedgerDimension, salesLine.DefaultDimension);
After the merge is completed, a new ledger account combination will be created, This behavior resembles the behavior when default dimensions are merged with each other.
Thanks,
No comments:
Post a Comment