Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
The name of the parameter set. |
DESCRIPTION |
nvarchar(255) |
|
Default = '' |
The description of the parameter set. |
PROCESSTYPECODE |
tinyint |
|
Default = 0 |
0=Reassign prospects assignments, 1=Create new prospect assignments |
INCLUDEPROSPECTMANAGERS |
bit |
|
Default = 0 |
|
INCLUDEPRIMARYMANAGERS |
bit |
|
Default = 0 |
|
INCLUDESECONDARYMANAGERS |
bit |
|
Default = 0 |
|
INCLUDESECONDARYSOLICITORS |
bit |
|
Default = 0 |
|
INCLUDESTEPSANDINTERACTIONS |
bit |
|
Default = 0 |
|
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. |
PROCESSTYPE |
nvarchar(31) (Computed) |
 |
CASE [PROCESSTYPECODE] WHEN 0 THEN N'Reassign prospects assignments' WHEN 1 THEN N'Create new prospect assignments' WHEN 2 THEN N'Remove prospect assignments' END |
|