LedgerDimensionFacade::serviceCreateLedgerDimension
(LedgerDefaultAccountHelper::getDefaultAccountFromMainAccountRecId
(MainAccount::findByMainAccountId(_mainAccountId).RecId),
defaultDimensionRecId);
How to get MainAccount using ledger dimension recId in ax 2012
Table.MainAccountId = MainAccount::findByLedgerDimension(ledgerDimension).MainAccountId;
No comments:
Post a Comment