Contains email information of Blackbaud Internet Solutions users.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
BBNCMAPID |
int |
|
Default = 0 |
Blackbaud Internet Solutions email info ID. |
OPTEDIN |
bit |
|
Default = 0 |
Opted-in to receive email. |
FORWARDINGENABLED |
bit |
|
Default = 0 |
Indicates that email forwarding is enabled. |
INCOMINGEMAILADDRESS |
nvarchar(510) |
|
Default = '' |
Incoming email address for forwarding. |
FORWARDINGEMAILADDRESS |
nvarchar(510) |
|
Default = '' |
Email address where mail is forwarded.. |
UPDATEDATE |
datetime |
yes |
|
Time the Blackbaud Internet Solutions email info was updated. |
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
Foreign Key |
Field Type |
Null |
Notes |
Description |
NETCOMMUNITYCLIENTUSERID |
uniqueidentifier |
yes |
NETCOMMUNITYCLIENTUSER.ID
|
Blackbaud Internet Solutions user linked to this email info. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_NETCOMMUNITYEMAILINFO_DATEADDED |
DATEADDED |
|
|
yes |
IX_NETCOMMUNITYEMAILINFO_DATECHANGED |
DATECHANGED |
|
|
|
IX_NETCOMMUNITYEMAILINFO_NETCOMMUNITYCLIENTUSERID |
NETCOMMUNITYCLIENTUSERID |
|
|
|
PK_NETCOMMUNITYEMAILINFO |
ID |
yes |
yes |
|
UIX_NETCOMMUNITYEMAILINFO_BBNCMAPID |
BBNCMAPID |
yes |
|
|
Triggers