Field |
Field Type |
Null |
Notes |
Description |
NARRATIVE |
nvarchar(1000) |
|
Default = '' |
|
ISACTIVE |
bit |
|
Default = 1 |
|
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. |
NAME |
nvarchar(100) |
|
Default = '' |
The name of the plan. |
PRIMARYMANAGERSTARTDATE |
datetime |
 |
|
The date the fundraiser become the primary manager of the prospect plan. |
PRIMARYMANAGERENDDATE |
datetime |
 |
|
The date the fundraiser stopped being the primary manager of the prospect plan. |
SECONDARYMANAGERSTARTDATE |
datetime |
 |
|
The date the fundraiser became the secondary manager of the prospect plan. |
SECONDARYMANAGERENDDATE |
datetime |
 |
|
The date the fundraiser ceased to be the secondary manager of the prospect plan. |
PROSPECTPLANSTATUSCODEID |
uniqueidentifier (Computed) |
 |
dbo.UFN_PROSPECTPLAN_CURRENTSTATUS(ID) |
Indicates the current status of the plan. |
STARTDATE |
datetime |
 |
|
The date of the prospect plan. |
Index Name |
Field(s) |
Unique |
Primary |
Clustered |
IX_PROSPECTPLAN_DATEADDED |
DATEADDED |
|
|
 |
IX_PROSPECTPLAN_DATECHANGED |
DATECHANGED |
|
|
|
IX_PROSPECTPLAN_PRIMARYMANAGERFUNDRAISERID |
PRIMARYMANAGERFUNDRAISERID |
|
|
|
IX_PROSPECTPLAN_SECONDARYMANAGERFUNDRAISERID |
SECONDARYMANAGERFUNDRAISERID |
|
|
|
PK_PROSPECTPLAN |
ID |
 |
 |
|
UIX_PROSPECTPLAN_PROSPECTID_PROSPECTPLANTYPECODEID_NAME |
PROSPECTID, PROSPECTPLANTYPECODEID, NAME |
 |
|
|