DESIGNATIONLEVELRECIPIENT
Stores information pertaining to fundraising purpose recipients.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATE |
datetime |
yes |
|
The date that the recipient received money. |
AMOUNT |
money |
|
Default = 0 |
Amount of money given to the recipient. |
SEQUENCE |
int |
|
Default = 0 |
The sequence of the recipient record. |
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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
COMMENTS |
nvarchar(255) |
|
Default = '' |
Comments related to the fundraising purpose recipient. |
PUBLISHEDNAME |
nvarchar(100) |
|
Default = '' |
Indicates the name to be used in external communications regarding the recipient. |
FERPA |
bit |
|
Default = 0 |
Indicates whether the FERPA documentation has been received. |
ORGANIZATIONAMOUNT |
money |
|
Default = 0 |
Amount of money given to the recipient in organization currency. |
USERDEFINEDID |
nvarchar(100) |
|
Default = '' |
|
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_DESIGNATIONLEVELRECIPIENT_BASECURRENCYID |
BASECURRENCYID |
|
|
|
IX_DESIGNATIONLEVELRECIPIENT_CONSTITUENTID |
CONSTITUENTID |
|
|
|
IX_DESIGNATIONLEVELRECIPIENT_DATEADDED |
DATEADDED |
|
|
yes |
IX_DESIGNATIONLEVELRECIPIENT_DATECHANGED |
DATECHANGED |
|
|
|
IX_DESIGNATIONLEVELRECIPIENT_ORGANIZATIONEXCHANGERATEID |
ORGANIZATIONEXCHANGERATEID |
|
|
|
IX_DESIGNATIONLEVELRECIPIENT_USERDEFINEDID |
USERDEFINEDID |
|
|
|
PK_DESIGNATIONLEVELRECIPIENT |
ID |
yes |
yes |
|
Triggers