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