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