Share via


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

  • _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 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.

See Also

Reference

InfAdjMethod_TransDate_MX Class