CustTable.getCurrenciesForOpenTrans Method

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

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

See Also

Reference

CustTable Table