Field |
Field Type |
Null |
Notes |
Description |
LOGGEDINUSER |
bit |
|
Default = 0 |
Indicates whether the linked constituent was logged in to NetCommunity during the transaction. |
BBNCTRANID |
int |
|
Default = 0 |
|
ADDEDBY |
nvarchar(255) |
|
Default = '' |
|
BBNCDONORNAME |
nvarchar(154) |
|
Default = '' |
Donor name entered through NetCommunity |
REGISTRATIONDATE |
datetime |
 |
|
Date when the transaction occured |
DONORINFORMATION |
xml |
 |
|
Transaction data for the donor information tab |
DONORADDRESSINFORMATION |
xml |
 |
|
Transaction data for the donor address tab |
DONORADDRESSINFORMATIONALLFIELDS |
xml |
 |
|
Transaction data for the donor address tab when adding a new address |
DONORADDRESSUPDATE |
bit |
|
Default = 0 |
Indicates whether existing donor address information should be updated |
DONORADDRESSADD |
bit |
|
Default = 0 |
Indicates whether new donor address information should be added |
DONORADDRESSMAKEPRIMARY |
bit |
|
Default = 0 |
Indicates whether the new donor address information should be added as the primary address |
PHONETYPES |
xml |
 |
|
|
REGISTRATIONS |
xml |
 |
|
|
GUESTS |
xml |
 |
|
|
GIFTINFORMATION |
xml |
 |
|
|
ORIGINPAGENAME |
nvarchar(1000) |
|
Default = '' |
Name of the BBNC page from which the registration originated |
ORIGINPAGEID |
int |
|
Default = 0 |
ID of the BBNC page from which the registration originated |
SEQUENCE |
int |
|
Default = 0 |
|
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
DONORIDAUTOMATCH |
nvarchar(255) |
|
Default = '' |
|
BBNCID |
int |
|
Default = 0 |
|
DONORINFORMATIONALLFIELDS |
xml |
 |
|
Transaction data for the donor information tab with no fields removed |
ADDITIONALDONATION |
xml |
 |
|
|
UNPAIDEVENTREGISTRATIONPAYMENT |
bit |
|
Default = 0 |
Indicates whether this transaction is a payment for an existing registration. |