Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
|
SMARTFIELDDATAFORMITEM |
xml |
 |
|
Stores the saved parameters for the smart field stored procedure. |
VALUECOLUMNNAME |
nvarchar(128) |
|
Default = '' |
|
USEVALUEGROUP |
bit |
|
Default = 0 |
|
LASTRUNON |
datetime |
 |
|
Stores the date that the smart field was last updated. This value is used to filter records based on the record's DATECHANGED value. |
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
SYSTEMFIELD |
bit |
|
Default = 0 |
A flag to indicate if this is a field that is used by other parts of the system and cannot be modified or deleted. |
DATEVALUEGROUPUNITCODE |
tinyint |
|
Default = 0 |
Stores the scale of value groups for date smart fields. |
DATEVALUEGROUPUNIT |
nvarchar(8) (Computed) |
 |
CASE [DATEVALUEGROUPUNITCODE] WHEN 0 THEN N'Years' WHEN 1 THEN N'Quarters' WHEN 2 THEN N'Months' WHEN 3 THEN N'Weeks' WHEN 4 THEN N'Days' END |
Provides a translation for the 'DATEVALUEGROUPUNITCODE' field. |
SITEFILTERENABLEDFORINSTANCE |
bit |
|
Default = 0 |
Indicates whether this smart field should have site filtering applied for it. |
DESCRIPTION |
nvarchar(4000) |
|
Default = '' |
|