InventValueReportPopulateLedger.getLedgerIntervalBalances Method [AX 2012]
Gets a list that has ledger balances for all the accounts that belong to the given total main account.
Syntax
protected List getLedgerIntervalBalances(MainAccount _totalMainAccount)
Run On
Server
Parameters
- _totalMainAccount
Type: MainAccount Table
The total main account that holds all the single accounts.
Return Value
Type: List Class
A list that has ledger balances for accounts.
Remarks
Each list element is a container that holds the number, name, balance, and dimension set for the account.