Share via


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

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.

See Also

Reference

ISOCurrencyCodeHelper Class