NETCOMMUNITYPROCESSORSPLIT

The NETCOMMUNITYPROCESSORSPLIT table contains a list of unique owners into which transactions will be downloaded.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Keys

Foreign Key Field Type Null Notes Description
NETCOMMUNITYTRANSACTIONPROCESSORID uniqueidentifier NETCOMMUNITYTRANSACTIONPROCESSOR.ID FK to NETCOMMUNITYTRANSACTIONPROCESSOR
OWNERID uniqueidentifier APPUSER.ID FK to APPUSER
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_NETCOMMUNITYPROCESSORSPLIT_DATEADDED DATEADDED yes
IX_NETCOMMUNITYPROCESSORSPLIT_DATECHANGED DATECHANGED
PK_NETCOMMUNITYPROCESSORSPLIT ID yes yes
UIX_NETCOMMUNITYPROCESSORSPLIT_NETCOMMUNITYTRANSACTIONPROCESSORID_OWNERID NETCOMMUNITYTRANSACTIONPROCESSORID, OWNERID yes

Triggers

Trigger Name Description
TR_NETCOMMUNITYPROCESSORSPLIT_AUDIT_UPDATE
TR_NETCOMMUNITYPROCESSORSPLIT_AUDIT_DELETE