Primary Key Field Type
 ID uniqueidentifier

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) 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 Key Field Type Null Notes Description
 BATCHTEMPLATEID uniqueidentifier BATCHTEMPLATE.ID FK to BATCHTEMPLATE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 OWNERID uniqueidentifier APPUSER.ID This field is no longer used.

Index Name Field(s) Unique Primary Clustered
 IX_NETCOMMUNITYTRANSACTIONPROCESSOR_BATCHTEMPLATEID BATCHTEMPLATEID      
 IX_NETCOMMUNITYTRANSACTIONPROCESSOR_DATEADDED DATEADDED    
 IX_NETCOMMUNITYTRANSACTIONPROCESSOR_DATECHANGED DATECHANGED      
 PK_NETCOMMUNITYTRANSACTIONPROCESSOR ID  

Trigger Name Description
 TR_NETCOMMUNITYTRANSACTIONPROCESSOR_AUDIT_UPDATE
 TR_NETCOMMUNITYTRANSACTIONPROCESSOR_AUDIT_DELETE

Referenced by Field
 BATCHBBNCDONATION NETCOMMUNITYTRANSACTIONPROCESSORID
 BATCHBBNCEVENTREGISTRATION NETCOMMUNITYTRANSACTIONPROCESSORID
 BATCHBBNCPROFILE NETCOMMUNITYTRANSACTIONPROCESSORID
 BATCHBBNCSIGNUP NETCOMMUNITYTRANSACTIONPROCESSORID
 BATCHCONSTITUENTUPDATEBBNCINFO NETCOMMUNITYTRANSACTIONPROCESSORID
 BATCHREVENUEBBNCINFO NETCOMMUNITYTRANSACTIONPROCESSORID
 NETCOMMUNITYMAPPINGRULE NETCOMMUNITYTRANSACTIONPROCESSORID
 NETCOMMUNITYPROCESSORSPLIT NETCOMMUNITYTRANSACTIONPROCESSORID
 NETCOMMUNITYTRANSACTIONPROCESSORSTATUS PARAMETERSETID

Entity-Relationship diagram of this table