Contains information pertaining to recipients of Blackbaud Internet Solutions email jobs.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| BBNCMAPID |
int |
|
Default = 0 |
Blackbaud Internet Solutions email job recipient ID. |
| EMAILBBNCMAPID |
int |
|
Default = 0 |
Blackbaud Internet Solutions email ID. |
| EMAILTEMPLATEBBNCMAPID |
int |
|
Default = 0 |
Blackbaud Internet Solutions email template ID. |
| EMAILNAME |
nvarchar(255) |
|
Default = '' |
Name given to the Blackbaud Internet Solutions email. |
| EMAILSUBJECT |
nvarchar(4000) |
|
Default = '' |
Subject of the Blackbaud Internet Solutions email. |
| SENTDATE |
datetime |
yes |
|
Time the Blackbaud Internet Solutions email job sent the email to the recipient. |
| BOUNCED |
bit |
|
Default = 0 |
Indicates that the email was bounced for the recipient. |
| BOUNCETEXT |
nvarchar(1000) |
|
Default = '' |
Status message associated with an email bounce. |
| OPENED |
bit |
|
Default = 0 |
Indicates that the email was opened by the recipient. |
| UPDATEDATE |
datetime |
yes |
|
Time the Blackbaud Internet Solutions email job recipient was updated. |
| EMAILADDRESS |
nvarchar(255) |
|
Default = '' |
Recipient's email address. |
| CLICKEDTHROUGH |
bit |
|
Default = 0 |
Indicates that the email was clicked-through by the recipient. |
| DONATED |
bit |
|
Default = 0 |
Indicates that the email resulted in a donation. |
| URL |
UDT_WEBADDRESS |
|
Default = '' |
URL of the email in Blackbaud Internet Solutions. |
| 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. |
| APPEALID |
int |
|
Default = 0 |
|
| EMAILTYPEID |
int |
|
Default = 0 |
|
| EMAILDELETED |
bit |
|
Default = 0 |
|
| SPAMCOMPLAINT |
bit |
|
Default = 0 |
|
| OPTEDOUT |
bit |
|
Default = 0 |
|
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| CONSTITUENTID |
uniqueidentifier |
yes |
CONSTITUENT.LOCALID
|
Recipient of the email. |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_NETCOMMUNITYEMAILJOBRECIPIENT_CONSTITUENTID |
CONSTITUENTID |
|
|
|
| IX_NETCOMMUNITYEMAILJOBRECIPIENT_DATEADDED |
DATEADDED |
|
|
yes |
| IX_NETCOMMUNITYEMAILJOBRECIPIENT_DATECHANGED |
DATECHANGED |
|
|
|
| IX_NETCOMMUNITYEMAILJOBRECIPIENT_EMAILBBNCMAPID |
EMAILBBNCMAPID |
|
|
|
| IX_NETCOMMUNITYEMAILJOBRECIPIENT_SENTDATE |
SENTDATE |
|
|
|
| IX_NETCOMMUNITYEMAILJOBRECIPIENT_UPDATEDATE_BBNCMAPID |
UPDATEDATE, BBNCMAPID |
|
|
|
| PK_NETCOMMUNITYEMAILJOBRECIPIENT |
ID |
yes |
yes |
|
| UIX_NETCOMMUNITYEMAILJOBRECIPIENT_BBNCMAPID |
BBNCMAPID |
yes |
|
|
Triggers
Referenced by