ExchangeRate::findByDate Method

Finds the specified record in the ExchangeRate table.

Syntax

    client server public static ExchangeRate findByDate(
        RefRecId _exchangeRatePair, 
        date _validFromDate, 
       [boolean _forUpdate])

Run On

Called

Parameters

  • _validFromDate
    Type: date
    The date used to find the exchange rate record.
  • _forUpdate
    Type: boolean
    The update state of the record retrieved.

Return Value

Type: ExchangeRate Table
The specified record in the ExchangeRate table.

See Also

Reference

ExchangeRate Table