Currencies
The Currencies table.
Columns
| Name | Type | ReadOnly | Description |
| Conversion_Rate | Decimal | False |
Conversion rate factor (relative to stored value) |
| Created_By | String | True |
User ID who created record |
| Date_Entered | Datetime | True |
Date record created |
| Date_Modified | Datetime | True |
Date record last modified |
| Deleted | Bool | False |
Record deletion indicator |
| Id [KEY] | String | True |
Unique identifer |
| Iso4217 | String | False |
3-letter identifier specified by ISO 4217 (ex: USD) |
| Name | String | False |
Name of the currency |
| Status | String | False |
Currency status |
| Symbol | String | False |
Symbol representing the currency |
| Sync_Key | String | True |