Fields
| Field |
Field Type |
Null |
Notes |
Description |
|
ADDRESSBOOKFAFID
|
uniqueidentifier
|
true
|
|
Non required Foreign Key ID from ADDRESSBOOKFAF Table
|
|
DONORNAME
|
nvarchar(255)
|
false
|
|
Donor name to aknowledgee
|
|
AMOUNT
|
money
|
false
|
|
Donation Amount
|
|
PAYMENTTYPECODE
|
tinyint
|
false
|
|
Payment type can be: Check or Cash
|
|
CHECKNUMBER
|
nvarchar(20)
|
false
|
|
Check Number
|
|
EXPECTEDDATE
|
datetime
|
true
|
|
Expected Donation Date
|
|
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.
|
|
PAYMENTTYPE
|
nvarchar(5) (Computed)
|
true
|
|
Provides a translation for the 'PAYMENTTYPECODE' field.
|
|
LOCALCORPNAME
|
nvarchar(20)
|
false
|
|
Type of payment processor selected if available
|