Description: Currencies are the monetary units used to store costs for all projects in the database. Monetary units are stored in the database with a base currency but can be viewed in other currencies using the exchange for each currency.
Field | Type | Description | Read-Only |
---|---|---|---|
CreateDate | DateTime | The create Date for currency | Yes |
CreateUser | String | The name of the user that created this user-defined field. | Yes |
DecimalSymbol | Enum | The symbol for decimal | No |
DigitGroupingSymbol | Enum | The symbol for Digit Groups | No |
ExchangeRate | Double | The exchange rate for currency | No |
Id | String | The id for currency | No |
IsBaseCurrency | Boolean | The flag that identifies the base currency. | No |
LastUpdateDate | DateTime | The Last Update Date for currency | Yes |
LastUpdateUser | String | The name of the user that last updated this user-defined field. | Yes |
Name | String | The Name of currency | No |
NegativeSymbol | Enum | The symbol for negative currency | No |
ObjectId | Int | The unique ID generated by the system. | No |
PositiveSymbol | Enum | The symbol for positive currency | No |
Symbol | String | The symbol for decimal | No |