Share via


ISOCurrencyCodeHelper::getCurrencyCodeFromISOAlpha Method [AX 2012]

Returns the CurrencyCode field value defined in the Currency table for the given CurrencyCodeISO value.

Syntax

client server public static CurrencyCode getCurrencyCodeFromISOAlpha(CurrencyCodeISO _isoCurrencyCodeAlpha)

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 CurrencyCodeISO field is the alpha currency code value. An example would be 'USD' or 'GBP'.

See Also

Reference

ISOCurrencyCodeHelper Class