Field |
Field Type |
Null |
Notes |
Description |
BBNCTRANID |
int |
|
Default = 0 |
|
ADDEDBY |
nvarchar(255) |
|
Default = '' |
|
BBNCCONSTITNAME |
nvarchar(154) |
|
Default = '' |
|
BBNCADDRESS |
nvarchar(300) |
|
Default = '' |
|
ISORGANIZATION |
bit |
|
Default = 0 |
|
BBNCUSERID |
int |
|
Default = 0 |
NetCommunity client user ID. |
SIGNUPTRANSACTIONDATE |
datetime |
 |
|
Time when the signuptransaction was created. |
BIOGRAPHICAL |
xml |
 |
|
Transaction data for the biographical tab |
PREFERREDADDRESS |
xml |
 |
|
Transaction data for the preferred address tab |
PREFERREDADDRESSUPDATE |
bit |
|
Default = 1 |
Update the preferred address with the downloaded information |
PREFERREDADDRESSADD |
bit |
|
Default = 0 |
Add the downloaded information as a new preferred address |
PREFERREDADDRESSMAKEPRIMARY |
bit |
|
Default = 0 |
Make the new address the preferred address |
PHONETYPES |
xml |
 |
|
|
CONSTITUENTATTRIBUTES |
xml |
 |
|
Transaction data for the constituent attributes tab. |
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. |
LINKIDAUTOMATCH |
nvarchar(255) |
|
Default = '' |
|
BBNCID |
int |
|
Default = 0 |
|
BIOGRAPHICALALLFIELDS |
xml |
 |
|
Transaction data for the biographical tab with no data removed |
PREFERREDADDRESSALLFIELDS |
xml |
 |
|
Transaction data for the preferred address tab with no data removed |