Field |
Field Type |
Null |
Notes |
Description |
ISPRIMARYMANAGER |
bit |
|
Default = 1 |
True if the fundraiser is the primary manager on the plan. Otherwise, the fundraiser is the secondary manager. |
DATEFROM |
datetime |
 |
|
The date that the fundraiser became associated with the prospect plan. |
DATETO |
datetime |
|
|
The date that the fundraiser ceased to be associated with the prospect plan. |
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. |