InfAdjSimulationDP_MX.getAccountingCurrencyAmount Method [AX 2012]
Retrieves the functional currency amount.
Syntax
public AmountMSTDebCred getAccountingCurrencyAmount(
FromDate _startDate,
ToDate _endDate,
RecId _mainAccountRecId,
FiscalPeriodType _periodCode,
DimensionDisplayValue _displayValue)
Run On
Server
Parameters
- _startDate
Type: FromDate Extended Data Type
The from date to consider the transactions.
- _endDate
Type: ToDate Extended Data Type
The to date to consider the transactions.
- _mainAccountRecId
Type: RecId Extended Data Type
The record ID of the account for which the transactions are retrieved.
- _periodCode
Type: FiscalPeriodType Enumeration
The period code 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.
Return Value
Type: AmountMSTDebCred Extended Data Type
The functional currency amount for an account and date range that considers the type of transaction.