ExchangeRate
Stores exchange rate records, including currency conversions and effective dates.
Columns
| Name | Type | ReadOnly | Description |
| Typename [KEY] | String | False |
Name of the exchange rate type or category. |
| Recordno | String | False |
Unique identifier for the exchange rate record. |
| Type_id | Int64 | False |
Internal identifier for the exchange rate type. |
| From_currency | String | False |
Currency code for the source currency in the exchange rate. |
| To_currency | String | False |
Currency code for the target currency in the exchange rate. |
| Whencreated | Datetime | False |
Timestamp when the exchange rate record was created. |
| Whenmodified | Datetime | False |
Timestamp when the exchange rate record was last modified. |
| Createdby | Int64 | False |
Identifier of the user who created the exchange rate record. |
| Modifiedby | Int64 | False |
Identifier of the user who last modified the exchange rate record. |
| Record_url | String | False |
URL link to the exchange rate record in the system. |