LedgerBalanceSheetDimPrint.calculateStatement Method [AX 2012]
Starts the calculation, and passes all the criteria for the columns to the calculation engine.
protected void calculateStatement(
DimensionsAccountCriteria _parentAccCriteria,
container _parentDimCriteriaList,
[boolean _makeEngineCalc])
Run On
CalledParameters
- _parentAccCriteria
- Type: DimensionsAccountCriteria Extended Data Type
The main account criteria.
- _parentDimCriteriaList
- Type: container
The main dimensions criteria.
- _makeEngineCalc
- Type: boolean
A Boolean value that specifies whether to make the calculations for the columns, which is used for optimizing performance; optional.
Community Additions
ADD
Show: