GetCurRateTypeDescription2

ACCPAC Common Controls

AccpacSession.GetCurRateTypeDescription2

Retrieves the description of the specified currency rate type code.

Function GetCurRateTypeDescription2(
rateTypeCode As String,
rateTypeDescription) As Boolean

Parameters

rateTypeCode

[in] the rate type code

rateTypeDescription

[out] returns the description of the supplied rate type code

Return Value

Returns whether the specified currency rate type code exists in the Currency Rate Types table.

Remarks

Script languages, such as Javascript, which do not support "out" parameters, should use this variation of the GetCurRateTypeDescription function.