Field |
Field Type |
Null |
Notes |
Description |
BUSINESSPROCESSPARAMETERSETID |
uniqueidentifier |
|
|
This is the ID of the parameter set for this business process instance. |
EXCLUDEDECEASED |
bit |
|
Default = 1 |
Indicates whether or not to exclude deceased constituents. |
EXCLUDEINACTIVE |
bit |
|
Default = 1 |
Indicates whether of not to exclude inactive constituents. |
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. |
DATETYPECODE |
tinyint |
|
Default = 0 |
Indicates the type of date to be used. |
ASOFDATE |
datetime |
 |
|
Indicates the beginning date of a valid exclusion or inclusion. |
DATETYPE |
nvarchar(15) (Computed) |
 |
CASE [DATETYPECODE] WHEN 0 THEN N'Today' WHEN 1 THEN N'<Specific date>' END |
Provides a translation for the 'DATETYPECODE' field. |