Currencies
Create, update, delete, and query the Currencies module in SugarCRM.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | False |
The unique identifer of the currency. |
Name | String | False |
Name of the currency. |
Symbol | String | False |
Symbol representing the currency. |
Iso4217 | String | False |
3-letter identifier specified by ISO 4217 (e.g., USD). |
Conversion_Rate | Decimal | False |
Conversion rate factor (relative to stored value). |
Status | String | False |
Currency status. |
Deleted | Bool | False |
Record deletion indicator. |
Date_Entered | Datetime | False |
Date the record was created. |
Date_Modified | Datetime | False |
Date the record was last modified. |
Created_By | String | False |
Id of the user who created the record. |