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.
Gets the list of currencies for the open transactions in the specified date range.
Syntax
public container getCurrenciesForOpenTrans(
TransDate _startDate,
TransDate _endDate,
boolean _includeReversedTrans)
Run On
Called
Parameters
- _startDate
Type: TransDate Extended Data Type
The date of the first open transactions to be included.
- _endDate
Type: TransDate Extended Data Type
The date of the last open 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.