Stores information for each naming opportunity recognition.
Fields
Field |
Field Type |
Null |
Notes |
Description |
CUSTOMNAMEFORMAT
|
nvarchar(100)
|
false
|
|
The custom name for the recognition name for this recognition.
|
CONSTITUENTNAME
|
nvarchar(700) (Computed)
|
true
|
|
The constituent name used for this recognition.
|
STARTDATE
|
UDT_FUZZYDATE
|
false
|
|
The date that the constituent is recognized for the donation.
|
ENDDATE
|
UDT_FUZZYDATE
|
false
|
|
The date that the constituent will stop being recognized for the donation, if any.
|
AMOUNT
|
money
|
false
|
|
The amount the organization will recognize for the constituent's donation.
|
QUANTITY
|
int
|
false
|
|
The number of naming opportunities associated with this recognition.
|
INSCRIPTION
|
nvarchar(max)
|
false
|
|
Text to be engraced or placed onto the item.
|
SPECIALREQUEST
|
nvarchar(max)
|
false
|
|
Any special requests that the donor has made regarding the appearance or other facets of the naming opportunity.
|
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(max)
|
false
|
|
Free-form comments related to this specific recognition.
|
ORGANIZATIONAMOUNT
|
money
|
false
|
|
Amount in organization currency.
|
DESCRIPTION
|
nvarchar(200) (Computed)
|
true
|
|
Provides a translation field for the recognition record
|
Indexes
Index Name |
Field(s) |
Unique |
Primary |
Clustered |
IX_NAMINGOPPORTUNITYRECOGNITION_BASECURRENCYID
|
|
False
|
False
|
False
|
IX_NAMINGOPPORTUNITYRECOGNITION_CONSTITUENTID
|
|
False
|
False
|
False
|
IX_NAMINGOPPORTUNITYRECOGNITION_CONSTITUENTNAMEFORMATID
|
|
False
|
False
|
False
|
IX_NAMINGOPPORTUNITYRECOGNITION_DATEADDED
|
|
False
|
False
|
True
|
IX_NAMINGOPPORTUNITYRECOGNITION_DATECHANGED
|
|
False
|
False
|
False
|
IX_NAMINGOPPORTUNITYRECOGNITION_NAMINGOPPORTUNITYID
|
|
False
|
False
|
False
|
IX_NAMINGOPPORTUNITYRECOGNITION_ORGANIZATIONEXCHANGERATEID
|
ORGANIZATIONEXCHANGERATEID
|
False
|
False
|
False
|
PK_NAMINGOPPORTUNITYRECOGNITION
|
|
True
|
True
|
False
|