RLedgerTurnoverTypeable.queryBalance Method [AX 2012]
Returns the packed balance query of the report type.
public container queryBalance(
container _key,
CurrencyType_RU _currencyType,
[DebCredProposal _debitCredit,
Query _query,
str _debitExpr,
str _creditExpr])
Run On
CalledParameters
- _key
- Type: container
A container holding the selected grouping parameters of the report.
- _currencyType
- Type: CurrencyType_RU Enumeration
The currency type report parameter value.
- _debitCredit
- Type: DebCredProposal Enumeration
The type of calculated amounts.
- _query
- Type: Query Class
The query of the report.
- _debitExpr
- Type: str
An extended query range expression for debit amounts; optional.
- _creditExpr
- Type: str
An extended query range expression for credit amounts; optional.
Community Additions
ADD
Show: