EVENTSPONSOR (3.0)

This table includes details about constituents who perform a sponsorship for a specific event.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

EVENTID

uniqueidentifier

false

FK to EVENT

CONSTITUENTID

uniqueidentifier

false

FK to CONSTITUENT

EVENTSPONSORSHIPTYPEID

uniqueidentifier

false

FK to EVENTSPONSORSHIPTYPE

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CREDITCARDID

uniqueidentifier

true

Foreign Key to CREDITCARD table

Fields
Field Field Type Null Notes Description

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.

EVENTSPONSORSHIPLOGOID

int

false

0

Event Sponsor Logo image id

EVENTSPONSORSHIPURL

UDT_WEBADDRESS

false

''

Event sponsor URL

SPONSORSHIPMESSAGE

nvarchar(2000)

false

''

FAF Event sponsor message

FEESAMOUNT

money

false

0

The final amount sponsor paid.

ORGANIZATIONCONSTITUENTID

uniqueidentifier

true

The constituent ID of the organization record.

BENEFITSWAIVED

bit

false

0

Indicates if this registrant has waived benefits.

ISCANCELLED

bit

false

0

Designates whether or not the registrant has cancelled.

CUSTOMIDENTIFIER

nvarchar(100)

false

''

User-definable custom identifier.

SEQUENCEID

int

false

Identity column used to increment the default lookupid.

LOOKUPID

nvarchar(100) (Computed)

true

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

FEESWAIVED

bit

false

0

Indicates if this registration fee is waived.

ALLOWADMINACCESSHQ

bit

false

1

Indexes
Index Name Field(s) Unique Primary Clustered

IX_EVENTSPONSOR_CONSTITUENTID

CONSTITUENTID

False

False

False

IX_EVENTSPONSOR_DATEADDED

DATEADDED

False

False

True

IX_EVENTSPONSOR_DATECHANGED

DATECHANGED

False

False

False

IX_EVENTSPONSOR_EVENTID

EVENTID

False

False

False

IX_EVENTSPONSOR_EVENTSPONSORSHIPTYPEID

EVENTSPONSORSHIPTYPEID

False

False

False

PK_EVENTSPONSOR

ID

True

True

False

UC_EVENTSPONSOR_LOOKUPID

LOOKUPID

True

False

False

Triggers
Trigger Name Description

TR_EVENTSPONSOR_AUDIT_UPDATE

TR_EVENTSPONSOR_AUDIT_DELETE

Referenced by
Referenced by Field

SPONSORBENEFITEXTENSION

SPONSORID

SPONSORBENEFITOPTION

SPONSORID

SPONSORDONATION

SPONSORID