ExchangeRateEntry
Tracks detailed entries for exchange rates, documenting rate values and associated periods.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
Unique identifier for the exchange rate entry record. |
| Exchangeratekey | Int64 | False |
Key referencing the associated exchange rate. |
| Effective_start_date | Datetime | False |
Date when the exchange rate becomes effective. |
| Exchange_rate | Double | False |
Exchange rate value for the specified period. |
| Reciprocal_rate | Double | False |
Reciprocal value of the exchange rate for the specified period. |
| Whencreated | Datetime | False |
Timestamp when the exchange rate entry was created. |
| Whenmodified | Datetime | False |
Timestamp when the exchange rate entry was last modified. |
| Createdby | Int64 | False |
Identifier of the user who created the exchange rate entry. |
| Modifiedby | Int64 | False |
Identifier of the user who last modified the exchange rate entry. |
| Record_url | String | False |
URL link to the exchange rate entry record in the system. |