InfAdjMethod_TransDate_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 earliest date to consider for the transactions.
- _endDate
Type: ToDate Extended Data Type
The latest 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 transactions.
- _displayValue
Type: DimensionDisplayValue Extended Data Type
The display value of the main account with the combination of dimensions.
- _considerInfAdj
Type: boolean
A Boolean value that indicates whether to consider transactions that have the posting type of inflation adjustment; optional.
Return Value
Type: AmountMSTDebCred Extended Data Type
The accounting currency amount for an account and date range, considering the type of transaction.