ProjTable.exchRateSales Method
Retrieves the exchange rate between the currency passed in and the currency for the invoice project of the current project record on a particular date.
Syntax
public ExchRate exchRateSales([TransDate _transDate, CurrencyCode _currencyCode])
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The date used to determine the exchange rate; optional.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency for which to determine the exchange rate; optional.
Return Value
Type: ExchRate Extended Data Type
The exchange rate.
Remarks
If one does not exist, it retrieves the exchange rate between the currency passed in and the currency used in the current company.