Share via


InfAdjMethod_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

  • _mainAccountRecId
    Type: RecId Extended Data Type
    The record ID of the account for which the transactions are retrieved.
  • _considerInfAdj
    Type: boolean
    A Boolean value that determines whether to consider transactions that match the posting type LedgerPostingType::InflationAdjustment_MX enumeration value; optional.

Return Value

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

See Also

Reference

InfAdjMethod_MX Class