REGISTRANTREGISTRATION (4.0SP17)

Contains information pertaining to registrant registration fees.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

REGISTRANTID

uniqueidentifier

false

FK to REGISTRANT

EVENTPRICEID

uniqueidentifier

false

FK to EVENTPRICE

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

ORGANIZATIONEXCHANGERATEID

uniqueidentifier

true

The exchange rate used to convert to the organization amount.

Fields
Field Field Type Null Notes Description

QUANTITY

int

false

0

The number of units purchased.

AMOUNT

money

false

0

RECEIPTAMOUNT

money

false

0

DATEPURCHASED

datetime

true

NETCOMMUNITYPAGENAME

nvarchar(1000)

false

''

Name of the Blackbaud Internet Solutions page from which this registration originated if it came from NetCommunity.

NETCOMMUNITYPAGEID

int

false

0

ID of the Blackbaud Internet Solutions page from which this registration originated if it came from NetCommunity.

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.

ORGANIZATIONAMOUNT

money

false

0

The amount in the organization currency.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_REGISTRANTREGISTRATION_DATEADDED

DATEADDED

False

False

True

IX_REGISTRANTREGISTRATION_DATECHANGED

DATECHANGED

False

False

False

IX_REGISTRANTREGISTRATION_EVENTPRICEID

EVENTPRICEID

False

False

False

IX_REGISTRANTREGISTRATION_ORGANIZATIONEXCHANGERATEID

ORGANIZATIONEXCHANGERATEID

False

False

False

IX_REGISTRANTREGISTRATION_REGISTRANTID

REGISTRANTID

False

False

False

PK_REGISTRANTREGISTRATION

ID

True

True

False

Triggers
Trigger Name Description

TR_REGISTRANTREGISTRATION_AUDIT_UPDATE

TR_REGISTRANTREGISTRATION_AUDIT_DELETE

TR_REGISTRANTREGISTRATION_INSERTUPDATE_CURRENCY

Referenced by
Referenced by Field

REGISTRANTREGISTRATIONMAP

REGISTRANTREGISTRATIONID