Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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.
- _periodType
Type: FiscalPeriodType Enumeration
The period type 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.
- _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.