Stores infomation pertaining to donor challenges.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
Name of donor challenge.
|
TYPECODE
|
tinyint
|
false
|
|
Payment type for challenge.
|
TYPE
|
nvarchar(14) (Computed)
|
true
|
|
Provides a translation for the 'TYPECODE' field.
|
DESCRIPTION
|
nvarchar(255)
|
false
|
|
Descriptive text about the donor challenge.
|
STARTDATE
|
datetime
|
false
|
|
Date donor challenge begins.
|
ENDDATE
|
datetime
|
false
|
|
Date donor challenge ends.
|
TOTALFUNDS
|
money
|
false
|
|
Amount of funds provided.
|
PAYPLEDGESWITHIN
|
tinyint
|
false
|
|
Number of units to pay pledges within.
|
PAYPLEDGESWITHINUNITCODE
|
tinyint
|
false
|
|
Units of time to pay pledges within.
|
PAYPLEDGESWITHINUNIT
|
nvarchar(6) (Computed)
|
true
|
|
Provides a translation for the 'PAYPLEDGESWITHINUNITCODE' field.
|
MATCHTYPECODE
|
tinyint
|
false
|
|
Gift amount to use when calculating match amount.
|
MATCHTYPE
|
nvarchar(27) (Computed)
|
true
|
|
Provides a translation for the 'MATCHTYPECODE' field.
|
MATCHINGFACTOR
|
decimal(5, 2)
|
false
|
|
Default factor at which gifts will be matched.
|
MATCHTHRESHOLD
|
money
|
false
|
|
Target amount for lump sum matches.
|
MINGIFTAMOUNT
|
money
|
false
|
|
Minimum gift amount to match.
|
MAXMATCHPERGIFT
|
money
|
false
|
|
Maximum match amount per matched gift.
|
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.
|
PROCESSLASTRUN
|
datetime
|
true
|
|
Stores the last time the encumber process was run
|
STATUSTYPECODE
|
tinyint
|
false
|
|
Gift amount to use when calculating match amount.
|
STATUSTYPE
|
nvarchar(9) (Computed)
|
true
|
|
Provides a translation for the 'STATUSTYPECODE' field.
|
ORGANIZATIONTOTALFUNDS
|
money
|
false
|
|
TOTALFUNDS in the organization currency.
|
ORGANIZATIONMATCHTHRESHOLD
|
money
|
false
|
|
MATCHTHRESHOLD in the organization currency.
|
ORGANIZATIONMINGIFTAMOUNT
|
money
|
false
|
|
MINGIFTAMOUNT in the organization currency.
|
ORGANIZATIONMAXMATCHPERGIFT
|
money
|
false
|
|
MAXMATCHPERGIFT in the organization currency.
|