BATCHBBNCDONATIONSPLIT (4.0SP17)

Stores splits for Blackbaud Internet Solutions donation transaction batch information.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

BATCHBBNCDONATIONID

uniqueidentifier

true

FK to BATCHBBNCDONATION

DESIGNATIONID

uniqueidentifier

false

FK to DESIGNATION

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

AMOUNT

money

false

0

SEQUENCE

int

false

0

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_BATCHBBNCDONATIONSPLIT_DATEADDED

DATEADDED

False

False

True

IX_BATCHBBNCDONATIONSPLIT_DATECHANGED

DATECHANGED

False

False

False

PK_BATCHBBNCDONATIONSPLIT

ID

True

True

False

Triggers
Trigger Name Description

TR_BATCHBBNCDONATIONSPLIT_AUDIT_UPDATE

TR_BATCHBBNCDONATIONSPLIT_AUDIT_DELETE