InfAdjMethod_MonthBalance_MX.getAccountingCurrencyAmount Method [AX 2012]
Retrieves the functional currency amount.
Syntax
protected AmountMSTDebCred getAccountingCurrencyAmount(
FromDate _startDate,
ToDate _endDate,
RecId _mainAccountRecId,
FiscalPeriodType _periodType,
DimensionDisplayValue _displayValue,
[boolean _considerInfAdj])
Run On
Called
Parameters
- _startDate
Type: FromDate Extended Data Type
The From date to consider for the transactions.
- _endDate
Type: ToDate Extended Data Type
The To date to consider for the transactions.
- _mainAccountRecId
Type: RecId Extended Data Type
The record ID of the account for which the transactions are retrieved.
- _periodType
Type: FiscalPeriodType Enumeration
The Period type that determines the type of transaction.
- _displayValue
Type: DimensionDisplayValue Extended Data Type
The display value of the main account that has the combination of dimensions.
- _considerInfAdj
Type: boolean
A Boolean value that determines whether to consider transactions of posting type inflation adjustment; optional.
Return Value
Type: AmountMSTDebCred Extended Data Type
The accounting currency amount for an account and date range, depending on the type of transaction.