Stores constituent recognition records.
Fields
Field |
Field Type |
Null |
Notes |
Description |
JOINDATE
|
datetime
|
false
|
|
The date this constituent joined this recognition level.
|
EXPIRATIONDATE
|
datetime
|
true
|
|
The expiration date for this recognition record. Only valid for annual programs.
|
TOTALAMOUNT
|
money
|
false
|
|
The total amount given towards this recognition program.
|
TOTALPLANNEDGIFTAMOUNT
|
money
|
false
|
|
The total planned gift amount given towards this recognition program.
|
STATUSCODE
|
tinyint
|
false
|
|
Current status of the constituent recognition: 0 - Active, 1 - Dropped, 2 - Pending
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
COMMENTS
|
nvarchar(1000)
|
false
|
|
Remarks about this recognition.
|
ISANONYMOUS
|
bit
|
false
|
|
Indicates that this constituent wishes to be an anonymous member of this recognition program.
|
ORGANIZATIONTOTALAMOUNT
|
money
|
false
|
|
The total amount given towards this recognition program in organization currency.
|
ORGANIZATIONTOTALPLANNEDGIFTAMOUNT
|
money
|
false
|
|
The total planned gift amount given towards this recognition program in organization currency.
|
STATUS
|
nvarchar(16) (Computed)
|
true
|
|
|