FACT_INTERACTIONPARTICIPANT

Contains information about additional participants on an interaction.

Primary Key

Primary Key Field Type
INTERACTIONPARTICIPANTFACTID int

Fields

Field Field Type Null Notes Description
INTERACTIONPARTICIPANTSYSTEMID uniqueidentifier yes dbo.[INTERACTIONPARTICIPANT].[ID]
INTERACTIONFACTID int yes Foreign Key to FACT_INTERACTION
INTERACTIONSYSTEMID uniqueidentifier yes dbo.[INTERACTIONPARTICIPANT].[INTERACTIONID]
PARTICIPANTCONSTITUENTDIMID int yes Reference key to the constituent dimension, derived from dbo.[INTERACTIONPARTICIPANT].[CONSTITUENTID]
PARTICIPANTCONSTITUENTSYSTEMID uniqueidentifier yes dbo.[INTERACTIONPARTICIPANT].[CONSTITUENTID]
INTERACTIONCONSTITUENTDIMID int yes Reference key to the constituent dimension, derived from dbo.[INTERACTION].[CONSTITUENTID]
INTERACTIONCONSTITUENTSYSTEMID uniqueidentifier yes dbo.[INTERACTION].[CONSTITUENTID]
FUNDRAISERDIMID int yes Reference key to the fundraiser dimension, derived from dbo.[INTERACTION].[FUNDRAISERID]
FUNDRAISERSYSTEMID uniqueidentifier yes dbo.[INTERACTION].[FUNDRAISERID]
INTERACTIONDATEDIMID int yes Reference key to the date dimension, derived from dbo.[INTERACTION].[DATE]
INTERACTIONDATE datetime yes dbo.[INTERACTION].[DATE]
INTERACTIONDIMID int yes Reference key to the interaction dimension, derived from dbo.[INTERACTION].[INTERACTIONTYPECODEID], dbo.[INTERACTION].[INTERACTIONSUBCATEGORYID], dbo.[INTERACTION].[STATUSCODE], dbo.[INTERACTION].[ISALLDAYEVENT], dbo.[INTERACTION].[ISINTERACTION], dbo.[INTERACTION].[COMPLETED], and dbo.[INTERACTION].[ISCONTACTREPORT]
EVENTDIMID int yes Reference key to the event dimension, derived from dbo.[INTERACTION].[EVENTID]
PROSPECTPLANDIMID int yes Reference key to the prospect plan dimension, derived from dbo.[INTERACTION].[PROSPECTPLANID]
PLANOUTLINESTEPDIMID int yes Reference key to the plan outline step dimension, derived from dbo.[INTERACTION].[PLANOUTLINESTEPID]
PROSPECTPLANSTATUSDIMID int yes Reference key to the prospect plan status dimension, derived from dbo.[INTERACTION].[PROSPECTPLANSTATUSCODEID]
FUNDINGREQUESTDIMID int yes Reference key to the funding request dimension, derived from dbo.[INTERACTION].[FUNDINGREQUESTID]
FUNDINGREQUESTOUTLINESTEPDIMID int yes Reference key to the funding request outline step dimension, derived from dbo.[INTERACTION].[FUNDINGREQUESTOUTLINESTEPID]
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
FUNDRAISERCONSTITUENTDIMID int yes Reference key to the constituent dimension, derived using [dbo].[INTERACTION].[FUNDRAISERID]

Indexes

Index Name Fields Unique Primary Clustered
IX_FACT_INTERACTIONPARTICIPANT_EVENTDIMID EVENTDIMID
IX_FACT_INTERACTIONPARTICIPANT_FUNDINGREQUESTDIMID FUNDINGREQUESTDIMID
IX_FACT_INTERACTIONPARTICIPANT_FUNDINGREQUESTOUTLINESTEPDIMID FUNDINGREQUESTOUTLINESTEPDIMID
IX_FACT_INTERACTIONPARTICIPANT_FUNDRAISERDIMID FUNDRAISERDIMID
IX_FACT_INTERACTIONPARTICIPANT_INTERACTIONCONSTITUENTDIMID INTERACTIONCONSTITUENTDIMID
IX_FACT_INTERACTIONPARTICIPANT_INTERACTIONDATEDIMID INTERACTIONDATEDIMID
IX_FACT_INTERACTIONPARTICIPANT_INTERACTIONDIMID INTERACTIONDIMID
IX_FACT_INTERACTIONPARTICIPANT_INTERACTIONPARTICIPANTSYSTEMID INTERACTIONPARTICIPANTSYSTEMID
IX_FACT_INTERACTIONPARTICIPANT_PARTICIPANTCONSTITUENTDIMID PARTICIPANTCONSTITUENTDIMID
IX_FACT_INTERACTIONPARTICIPANT_PLANOUTLINESTEPDIMID PLANOUTLINESTEPDIMID
IX_FACT_INTERACTIONPARTICIPANT_PROSPECTPLANDIMID PROSPECTPLANDIMID
IX_FACT_INTERACTIONPARTICIPANT_PROSPECTPLANSTATUSDIMID PROSPECTPLANSTATUSDIMID
IX_FACT_INTERACTIONPARTICIPANT_SOURCEDIMID SOURCEDIMID
PK_FACT_INTERACTIONPARTICIPANT INTERACTIONPARTICIPANTFACTID yes yes yes