Hello :),
I'm using ax 2012 R3 cumulative 11
I need to get MainAccount with Bussines Unit balance throw x++
i can get main account balance by this code below but i need financial dimension also
MainAccount mainAccount; CostAmountPosted balance; mainaccount = MainAccount::findByMainAccountId('MainAccountId'); balance = mainaccount.getBalance(01\01\2019,31\12\2019,FiscalPeriodType::Operating, OperationsTax::Current);
can I get some help, please
*This post is locked for comments