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

  • _includeOpening
    Type: boolean
    True to include opening balances; otherwise, false.
  • _includeClosing
    Type: boolean
    True to include closing balances; otherwise, false.

See Also

Reference

LedgerTrialBalanceListPageTmp Table