REGISTRANTEXTENSION (3.0)

Extension table REGISTRANT for FAF

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

REGISTRANTID

uniqueidentifier

false

Foreign Key to REGISTRANT table

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

WAIVERID

uniqueidentifier

true

Foreign Key to REGISTRATIONWAIVER table

CREDITCARDID

uniqueidentifier

true

Foreign Key to CREDITCARD table

LOCALCORPID

uniqueidentifier

true

The foreign Key to LOCALCORP table

Fields
Field Field Type Null Notes Description

FUNDRAISINGGOAL

money

false

0

Total Fundraising Goal

ADVOCACYACTIONGOAL

int

false

0

Advocacy Action Goal

MEMBERECRUITMENTGOAL

int

false

0

Total Participant Recruitment Goal

COMMUNICATIONGOAL

int

false

0

Total Emails sent Goal

VOLUNTEERRECRUITMENTGOAL

int

false

0

Volunteer Recruitment Goal

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.

TARGETFUNDRAISINGGOAL

money

false

0

Target fundraising goal

DONORRETENTIONGOAL

decimal(9, 4)

false

0

Percentage of Donors to Retain

OTHERUNITGOAL

int

false

0

Other Unit Goal

STATUSCODE

tinyint

false

0

Registrant Status

STATUS

nvarchar(7) (Computed)

true

Provides a translation for the 'STATUSCODE' field.

ISPRIVATE

bit

false

0

Link to my personal page from other event pages? 0:yes(public as default) 1:no(private)

ALLOWADMINACCESSHQ

bit

false

1

Allow event admin to access participant's HQ page?

ORGANIZATIONCONSTITUENTID

uniqueidentifier

true

The constituent ID of the organization record.

ISDASHBOARDHELPERVISIBLE

bit

false

1

Show the dashboard helper popup? 0:Hide 1:Show

LOCALCORPPOSTCODE

nvarchar(12)

false

''

Contains the address post code of the local corp.

ALLOWOTHERPARTICIPANTSCONTACTME

bit

false

1

Allow other participants in my group to contact me directly using the Communications Center?

Indexes
Index Name Field(s) Unique Primary Clustered

IX_REGISTRANTEXTENSION_DATEADDED

DATEADDED

False

False

True

IX_REGISTRANTEXTENSION_DATECHANGED

DATECHANGED

False

False

False

PK_REGISTRANTEXTENSION

ID

True

True

False

UIX_REGISTRANTEXTENSION_REGISTRANTID

REGISTRANTID

True

False

False

Triggers
Trigger Name Description

TR_REGISTRANTEXTENSION_AUDIT_UPDATE

TR_REGISTRANTEXTENSION_AUDIT_DELETE