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.
Converts an amount from the specified currency to the accounting currency (MST).
Syntax
protected AmountMST getTransAmountMST(Amount _amount, CurrencyCode _curCode)
Run On
Server
Parameters
- _amount
Type: Amount Extended Data Type
The amount value to convert.
- _curCode
Type: CurrencyCode Extended Data Type
The currency code to convert from.
Return Value
Type: AmountMST Extended Data Type
The converted amount in the accounting currency.