CustTable.getCurrenciesForAllTrans Method
Gets the list of currencies for the transactions in the specified date range.
Syntax
public container getCurrenciesForAllTrans(
TransDate _startDate,
TransDate _endDate,
boolean _includeReversedTrans)
Run On
Called
Parameters
- _startDate
Type: TransDate Extended Data Type
The date of the first transactions to be included.
- _endDate
Type: TransDate Extended Data Type
The date of the last transactions to be included.
- _includeReversedTrans
Type: boolean
A Boolean value that indicates whether to include reversed transactions.
Return Value
Type: container
A list of currencies.
Remarks
Exchange adjustment transactions are not included. A unique currency is only included in the list once.