CustTable.getCurrenciesForTrans Method

Gets the list of currencies for the transactions in the specified date range.

Syntax

private container getCurrenciesForTrans(
    TransDate _startDate, 
    TransDate _endDate, 
    boolean _includeReversedTrans, 
   [boolean _openOnly])

Run On

Called

Parameters

  • _includeReversedTrans
    Type: boolean
    A Boolean value that indicates whether to include reversed transactions.
  • _openOnly
    Type: boolean
    A Boolean value that indicates whether to only include open 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.

See Also

Reference

CustTable Table