ISOCurrencyCodeHelper::getCurrencyCodeFromISONum Method [AX 2012]
Returns the CurrencyCode field value defined in the Currency table for the given ISOCurrencyCodeNum value.
Syntax
client server public static CurrencyCode getCurrencyCodeFromISONum(ISOCurrencyCodeNum _isoCurrencyCodeNum)
Run On
Called
Parameters
- _isoCurrencyCodeNum
Type: ISOCurrencyCodeNum Extended Data Type
The numeric ISO currency code value that is related to the CurrencyCode field value in the Currency table.
Return Value
Type: CurrencyCode Extended Data Type
The CurrencyCode field value defined in the Currency table for the given CurrencyCodeISO value; if not present in the ISOCurrencyCode table or Currency table, an empty string.
Remarks
The ISOCurrencyCodeNum field is the numeric currency code value. An example would be 971. They numeric value is related to the CurrencyCode field value of the Currency table through the CurrencyCodeISO alpha value.