BATCHDESIGNATIONLEVELFINANCIALINFO (4.0SP5)

Stores designation level financial batch information.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

BATCHID

uniqueidentifier

false

FK to BATCH

DESIGNATIONLEVELID

uniqueidentifier

false

The fundraising purpose to which this financial data belongs.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

BASECURRENCYID

uniqueidentifier

true

The base currency associated with this disbursement.

Fields
Field Field Type Null Notes Description

STARTDATE

datetime

false

The first date in this financial information period.

ENDDATE

datetime

false

The final date in this financial information period.

BOOKVALUESTART

money

false

0

The book value of this purpose at the start of the period specified.

BOOKVALUEEND

money

false

0

The book value of this purpose at the end of the period specified.

MARKETVALUESTART

money

false

0

The market value of this purpose at the start of the period specified.

MARKETVALUEEND

money

false

0

The market value of this purpose at the end of the period specified.

TOTALGIFTREVENUE

money

false

0

The total amount of gifts given to this purpose.

PLEDGEBALANCE

money

false

0

The total amount of outstanding pledge gifts given to this purpose.

SEQUENCE

int

false

0

Indicates the sequence of this record in the batch.

CUSTOMIDENTIFIER

nvarchar(100)

false

''

User-definable custom identifier.

SEQUENCEID

int

false

Identity column used to increment the default lookupid.

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.

TOTALDISBURSEMENTS

money

false

0

The total amount of disbursements for this purpose.

LOOKUPID

nvarchar(100) (Computed)

true

Unique identifer that supports user defined values as well as system generated values.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_BATCHDESIGNATIONLEVELFINANCIALINFO_BASECURRENCYID

BASECURRENCYID

False

False

False

IX_BATCHDESIGNATIONLEVELFINANCIALINFO_BATCHID

BATCHID

False

False

False

IX_BATCHDESIGNATIONLEVELFINANCIALINFO_DATEADDED

DATEADDED

False

False

True

IX_BATCHDESIGNATIONLEVELFINANCIALINFO_DATECHANGED

DATECHANGED

False

False

False

IX_BATCHDESIGNATIONLEVELFINANCIALINFO_DESIGNATIONLEVELID

DESIGNATIONLEVELID

False

False

False

PK_BATCHDESIGNATIONLEVELFINANCIALINFO

ID

True

True

False

UC_BATCHDESIGNATIONLEVELFINANCIALINFO_LOOKUPID

LOOKUPID

True

False

False

Triggers
Trigger Name Description

TR_BATCHDESIGNATIONLEVELFINANCIALINFO_AUDIT_UPDATE

TR_BATCHDESIGNATIONLEVELFINANCIALINFO_AUDIT_DELETE

Referenced by
Referenced by Field

BATCHDESIGNATIONLEVELFINANCIALINFOBATCHSYSTEMMESSAGES

BATCHDESIGNATIONLEVELFINANCIALINFOID

BATCHDESIGNATIONLEVELFINANCIALINFOBATCHUSERMESSAGE

ID