Share via


ISOCurrencyCode::createDefaultData Method

Creates the default ISO currency codes in the ISOCurrencyCode table.

Syntax

client server public static void createDefaultData()

Run On

Called

Remarks

This method only creates the default records if no other records exist in the ISOCurrencyCode table. If any records exist, no new records will be added.

If additional ISO currency codes are necessary, add them to the ISOCurrencyCodes enumeration and the getISOCurrencyCodeNum method of the ISOCurrencyCodeHelper class.

See Also

Reference

ISOCurrencyCode Table