Stores appeals associated with sponsorship effort template.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
APPEALSYSTEMID |
nvarchar(36) |
|
Default = '' |
The existing appeal system ID from the source system, if one was chosen, that will be used for activating the gifts in the record source. |
APPEALID |
nvarchar(100) |
|
Default = '' |
The user-defined ID of a new appeal to create in the source system that will be used for activating the gifts in the record source. |
APPEALDESCRIPTION |
nvarchar(100) |
|
Default = '' |
The description of a new appeal to create in the source system that will be used for activating the gifts in the record source. |
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. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_MKTSPONSORSHIPMAILINGTEMPLATEAPPEAL_DATEADDED |
DATEADDED |
|
|
yes |
IX_MKTSPONSORSHIPMAILINGTEMPLATEAPPEAL_DATECHANGED |
DATECHANGED |
|
|
|
IX_MKTSPONSORSHIPMAILINGTEMPLATEAPPEAL_RECORDSOURCEID |
RECORDSOURCEID |
|
|
|
IX_MKTSPONSORSHIPMAILINGTEMPLATEAPPEAL_SPONSORSHIPMAILINGTEMPLATEID_RECORDSOURCEID |
SPONSORSHIPMAILINGTEMPLATEID, RECORDSOURCEID |
|
|
|
PK_MKTSPONSORSHIPMAILINGTEMPLATEAPPEAL |
ID |
yes |
yes |
|
Triggers