LedgerTrialBalanceListPageTmp::constructBalances Method
Populates the LedgerTrialBalanceListPageTmp table with balances based on a dimension focus, date range, period balance type to include and posting layer.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server public static void constructBalances(
LedgerTrialBalanceListPageTmp _tmp,
Name _primaryFocus,
FromDate _fromDate,
ToDate _toDate,
boolean _includeOpening,
boolean _includeClosing,
OperationsTax _postingLayer,
[boolean _showErrors])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static void constructBalances(
LedgerTrialBalanceListPageTmp _tmp,
Name _primaryFocus,
FromDate _fromDate,
ToDate _toDate,
boolean _includeOpening,
boolean _includeClosing,
OperationsTax _postingLayer)
Run On
Server
Parameters
- _tmp
Type: LedgerTrialBalanceListPageTmp Table
The LedgerTrialBalanceListPageTmp to populate.
- _primaryFocus
Type: Name Extended Data Type
The dimension focus to restrict to.
- _fromDate
Type: FromDate Extended Data Type
The starting date of the balances to include..
- _toDate
Type: ToDate Extended Data Type
The ending date of the balances to include.
- _includeOpening
Type: boolean
True to include opening balances; otherwise, false.
- _includeClosing
Type: boolean
True to include closing balances; otherwise, false.
- _postingLayer
Type: OperationsTax Enumeration
The posting layer of the transactions to include.
- _showErrors
Type: boolean