The NETCOMMUNITYTRANSACTIONPROCESSOR table maps a Blackbaud Internet Solutions transaction to a processor and a batch instance.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(256) |
|
Default = '' |
The user-friendly name for this transaction type. |
DESCRIPTION |
nvarchar(1000) |
|
Default = '' |
Text that defines this transaction type. |
ASSEMBLYNAME |
nvarchar(128) |
|
Default = '' |
The name of the assembly containing the processing class for this transaction type. |
CLASSNAME |
nvarchar(128) |
|
Default = '' |
The name of the processing class for this transaction type. |
SPLITTRANSACTIONS |
bit |
|
Default = 0 |
This field is no longer used. |
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. |
ISACTIVEPROCESSOR |
bit |
|
Default = 0 |
Indicates that this is the active processor for this ASSEMBLYNAME/CLASSNAME pair. |
MAXTRANSACTIONSPERBATCH |
int |
|
Default = 100 |
Indicates the numbers of transactions to download into a single batch. |
TRANSACTIONTYPE |
nvarchar(200) |
|
Default = '' |
|
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
BATCHTEMPLATEID |
uniqueidentifier |
yes |
BATCHTEMPLATE.ID
|
FK to BATCHTEMPLATE |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
OWNERID |
uniqueidentifier |
yes |
APPUSER.ID
|
This field is no longer used. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_NETCOMMUNITYTRANSACTIONPROCESSOR_BATCHTEMPLATEID |
BATCHTEMPLATEID |
|
|
|
IX_NETCOMMUNITYTRANSACTIONPROCESSOR_DATEADDED |
DATEADDED |
|
|
yes |
IX_NETCOMMUNITYTRANSACTIONPROCESSOR_DATECHANGED |
DATECHANGED |
|
|
|
PK_NETCOMMUNITYTRANSACTIONPROCESSOR |
ID |
yes |
yes |
|
Triggers
Referenced by