REVENUEBBNC
Stores information about transactions downloaded from Blackbaud Internet Solutions.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
NETCOMMUNITYTRANSACTIONID |
int |
|
Default = 0 |
Indicates the transaction number in Blackbaud Internet Solutions if this was a Blackbaud Internet Solutions transaction. |
NETCOMMUNITYPAGENAME |
nvarchar(1000) |
|
Default = '' |
Name of the Blackbaud Internet Solutions page from which this registration originated if it came from Blackbaud Internet Solutions. |
NETCOMMUNITYPAGEID |
int |
|
Default = 0 |
ID of the Blackbaud Internet Solutions page from which this registration originated if it came from 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. |
EMAILID |
int |
|
Default = 0 |
Indicates the email ID used to generate this transaction if this transaction was the result of an email click-through from Blackbaud Internet Solutions. |
EMAILNAME |
nvarchar(255) |
|
Default = '' |
Indicates the email name used to generate this transaction if this transaction was the result of an email click-through from Blackbaud Internet Solutions. |
EMAILSUBJECT |
nvarchar(4000) |
|
Default = '' |
Indicates the email subject used to generate this transaction if this transaction was the result of an email click-through from Blackbaud Internet Solutions. |
EMAILCAMPAIGNNAME |
nvarchar(255) |
|
Default = '' |
Indicates the email campaign used to generate this transaction if this transaction was the result of an email click-through from Blackbaud Internet Solutions. |
ISTEAMFUNDRAISINGOFFLINEGIFT |
bit |
|
Default = 0 |
Indicates that the gift is a team fundraising offline gift. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
ID |
uniqueidentifier |
|
FINANCIALTRANSACTION.ID
|
Primary Key. |
NETCOMMUNITYAPPEALID |
uniqueidentifier |
yes |
APPEAL.LOCALID
|
Indicates the source appeal for this transaction if it was specified by Blackbaud Internet Solutions. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_REVENUEBBNC_DATEADDED |
DATEADDED |
|
|
yes |
IX_REVENUEBBNC_DATECHANGED |
DATECHANGED |
|
|
|
PK_REVENUEBBNC |
ID |
yes |
yes |
|
Triggers