Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recalculates the Value field value, depending on the new currency code when Type field equals to PurchPrepayType::Fixed enumeration value and sets the new currency code value.
Syntax
client server public static void convertCurrencyCode(
PurchId _purchId,
CurrencyCode _currencyCode,
[TransDate _exchRateDate])
Run On
ClientOrServer
Parameters
- _purchId
Type: PurchId Extended Data Type
The purchase ID value.
- _currencyCode
Type: CurrencyCode Extended Data Type
The new currency code.
- _exchRateDate
Type: TransDate Extended Data Type
The transaction date.