STUDENTPAYMENTPARTEE7SETTINGS (4.0SP17)

Holds information about an instance of the student payment EE7 part.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CONTENTID

int

false

The part instance these settings apply to.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

ORDERPAGEID

int

false

0

The ID of the page hosting the order display part. Upon adding or updating tickets, the browser can be redirected to this page.

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_STUDENTPAYMENTPARTEE7SETTINGS_DATEADDED

DATEADDED

False

False

True

IX_STUDENTPAYMENTPARTEE7SETTINGS_DATECHANGED

DATECHANGED

False

False

False

PK_STUDENTPAYMENTPARTEE7SETTINGS

ID

True

True

False

UC_STUDENTPAYMENTPARTEE7SETTINGS_CONTENTID

CONTENTID

True

False

False

Triggers
Trigger Name Description

TR_STUDENTPAYMENTPARTEE7SETTINGS_AUDIT_UPDATE

TR_STUDENTPAYMENTPARTEE7SETTINGS_AUDIT_DELETE