DIM_EVENTREGISTRATION

Contains information about an event registration.

Primary Key

Primary Key Field Type
EVENTREGISTRATIONDIMID int

Fields

Field Field Type Null Notes Description
ATTENDED bit yes dbo.[REGISTRANT].[ATTENDED]
WILLNOTATTEND bit yes dbo.[REGISTRANT].[WILLNOTATTEND]
BENEFITSWAIVED bit yes dbo.[REGISTRANT].[BENEFITSWAIVED]
ONLINEREGISTRANT bit yes dbo.[REGISTRANT].[ONLINEREGISTRANT]
ISCANCELLED bit yes dbo.[REGISTRANT].[ISCANCELLED]
ISCOMPANYREGISTRATION bit yes If dbo.[REGISTRANTEXTENSION].[ORGANIZATIONCONSTITUENTID] is not null then yes
ISPREVIOUSPARTICIPANT bit yes Calculated from dbo.[CONSTITUENT] and dbo.[REGISTRANT]
ISINCLUDED bit yes Flag indicating when data should be included in results.
ETLCONTROLID int yes ID generated through the ETL process.
SOURCEDIMID int yes Source system used.

Indexes

Index Name Fields Unique Primary Clustered
PK_DIM_EVENTREGISTRATION EVENTREGISTRATIONDIMID yes yes yes