REGISTRANTDESIGNATION (4.0SP20)

Contains designations and amounts for event registrants.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

REGISTRANTID

uniqueidentifier

false

FK to REGISTRANT

DESIGNATIONID

uniqueidentifier

false

FK to DESIGNATION

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

AMOUNT

money

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.

ORGANIZATIONAMOUNT

money

false

0

The amount in the organization currency.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_REGISTRANTDESIGNATION_DATEADDED

DATEADDED

False

False

True

IX_REGISTRANTDESIGNATION_DATECHANGED

DATECHANGED

False

False

False

IX_REGISTRANTDESIGNATION_ORGANIZATIONEXCHANGERATEID

ORGANIZATIONEXCHANGERATEID

False

False

False

PK_REGISTRANTDESIGNATION

ID

True

True

False

UIX_REGISTRANTDESIGNATION_REGISTRANTID_DESIGNATIONID

REGISTRANTID

DESIGNATIONID

True

False

False

Triggers
Trigger Name Description

TR_REGISTRANTDESIGNATION_INSERTUPDATE_CURRENCY

TR_REGISTRANTDESIGNATION_AUDIT_UPDATE

TR_REGISTRANTDESIGNATION_AUDIT_DELETE