CM
RefreshRate
A non-mapped temporary DAC used to implement the Refresh Currency Rates form (CM507000) and process (RefreshCurrencyRates). The records of this type are generated in the RefreshCurrencyRates.currencyRateList view based on the CurrencyList and CurrencyRateType records. When processing is invoked, the RefreshCurrencyRates.RefreshRates(RefreshFilter, List{RefreshRate}, string) action uses the data in these records (currency code, rate type and adjustment rate) along with the rates received from the external service to create new currency rates in the system (CurrencyRate).
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
CuryRate | decimal | Currency Rate | - | |
Description:No description available | ||||
CuryRateType | nvarchar(6) | Currency Rate Type | CurrencyRateType | |
Description:No description available | ||||
FromCuryID | nvarchar(5) | From Currency | CurrencyList | |
Description:No description available | ||||
NoteID | uniqueidentifier | - | ||
Description:Identifier of the Note object, associated with the document. Corresponds to the Note.NoteID field. | ||||
OnlineRateAdjustmentNonexistent in DB | decimal? | Online Rate Adjustment (%) | - | |
Description:No description available | ||||
SelectedNonexistent in DB | bool? | Selected | - | |
Description:No description available | ||||