Stores information pertaining to a currency exchange rate download process parameter set.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
The name of this currency exchange rate download process.
|
DESCRIPTION
|
nvarchar(4000)
|
false
|
|
A description of this currency exchange rate download process.
|
PROVIDERAUTHENTICATION
|
nvarchar(4000)
|
false
|
|
Any information, such as a username or password, required to authenticate the call to the currency exchange rate provider's service.
|
PROVIDERPARAMETERS
|
xml
|
true
|
|
Any provider-specific parameters indicating how the currency exchange rate provider's service should be accessed.
|
TYPECODE
|
tinyint
|
false
|
|
The type to assign to the currency exchange rates downloaded.
|
TYPE
|
nvarchar(9) (Computed)
|
true
|
|
Provides a translation for the 'TYPECODE' field.
|
DELETEHISTORYTHRESHOLDCODE
|
tinyint
|
false
|
|
Indicates how much of the process history should be deleted.
|
DELETEHISTORYTHRESHOLD
|
nvarchar(35) (Computed)
|
true
|
|
Provides a translation for the 'DELETEHISTORYTHRESHOLDCODE' field.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
SETSOURCECODETOPROVIDER
|
bit
|
false
|
|
Indicates whether or not to set the source on currency exchange rates downloaded to the provider's name.
|