LISTNAME |
nvarchar(100) |
|
Default = '' |
The historical name of the list. |
LISTDESCRIPTION |
nvarchar(255) |
|
Default = '' |
The historical description of the list. |
LISTCODE |
nvarchar(10) |
|
Default = '' |
The historical code of the list. |
LISTBASERENTALCOST |
money |
|
Default = 0 |
The historical base cost to rent the list. |
LISTBASERENTALCOSTBASISCODE |
tinyint |
|
Default = 1 |
The historical basis on which the base cost to rent the list should be calculated. |
LISTBASEEXCHANGECOST |
money |
|
Default = 0 |
The historical base cost associated with obtaining the list via an exchange. |
LISTBASEEXCHANGECOSTBASISCODE |
tinyint |
|
Default = 1 |
The historical basis on which the base cost associated with obtaining the list via an exchange should be calculated. |
SEGMENTNAME |
nvarchar(100) |
|
Default = '' |
The historical name of the segment. |
SEGMENTDESCRIPTION |
nvarchar(255) |
|
Default = '' |
The historical description of the segment. |
SEGMENTCODE |
nvarchar(10) |
|
Default = '' |
The historical code of the segment. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
LISTBASERENTALCOSTBASIS |
nvarchar(12) (Computed) |
yes |
CASE [LISTBASERENTALCOSTBASISCODE] WHEN 1 THEN N'Per thousand' WHEN 2 THEN N'Flat' END |
Provides a translation for the 'LISTBASERENTALCOSTBASISCODE' field. |
LISTBASEEXCHANGECOSTBASIS |
nvarchar(12) (Computed) |
yes |
CASE [LISTBASEEXCHANGECOSTBASISCODE] WHEN 1 THEN N'Per thousand' WHEN 2 THEN N'Flat' END |
Provides a translation for the 'LISTBASEEXCHANGECOSTBASISCODE' field. |
DATEPURGED |
datetime |
yes |
|
The date the historical import data was purged from the system. |
ORGANIZATIONLISTBASERENTALCOST |
money |
|
Default = 0 |
The cost of the rented records in the organization currency. |
ORGANIZATIONLISTBASEEXCHANGECOST |
money |
|
Default = 0 |
The cost of the records received via exchange in the organization currency. |