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

  • _mainAccountRecId
    Type: RecId Extended Data Type
    The record ID of the account for which the transactions are retrieved.

Return Value

Type: AmountMSTDebCred Extended Data Type
The functional currency amount for an account and date range that considers the type of transaction.

See Also

Reference

InfAdjSimulationDP_MX Class