Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(100) | Default = '' | Last name for individuals, Org name for organizations. | |
![]() |
nvarchar(50) | Default = '' | For organizations, stores the name contents before the sort break slash. | |
![]() |
nvarchar(50) | Default = '' | For individuals, stores the first name. | |
![]() |
nvarchar(50) | Default = '' | For individuals, stores the middle name. | |
![]() |
nvarchar(100) | Default = '' | For individuals, stores the maiden name. | |
![]() |
nvarchar(50) | Default = '' | For individuals, stores the nickname. | |
![]() |
nvarchar(4000) | Default = '' | For individuals, stores the SSN or other government ID. | |
![]() |
nvarchar(24) | ![]() |
||
![]() |
tinyint | Default = 0 | 0=Unknown, 1=Male, 2=Female | |
![]() |
UDT_FUZZYDATE | Default = '00000000' | For individuals, stores the date of birth. | |
![]() |
bit | Default = 0 | Indicates whether or not the record is inactive. | |
![]() |
bit | Default = 0 | Indicates whether or not the record gives anonymously. | |
![]() |
UDT_WEBADDRESS | Default = '' | The constituent's web address. | |
![]() |
varbinary | ![]() |
A photo or emblem for this constituent. | |
![]() |
varbinary | ![]() |
||
![]() |
bit | Default = 0 | Indicates whether a record is an organization. | |
![]() |
bit | Default = 0 | Indicates whether a record is a member of our online community. | |
![]() |
bit | Default = 0 | Indicates whether a constituent does not want to be mailed at any address. | |
![]() |
bit | Default = 0 | Indicates whether a constituent does not want to be emailed at any email address. | |
![]() |
bit | Default = 0 | Indicates whether a constituent does not want to be called at any phone number. | |
![]() |
nvarchar(100) | Default = '' | User-definable custom identifier. | |
![]() |
int | Identity column used to increment the default lookupid. | ||
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
![]() |
bit | Default = 0 | Indicates whether a record is a group | |
![]() |
nvarchar(100) | Default = '' | Display name for households. | |
![]() |
nvarchar(7) (Computed) | ![]() |
CASE [GENDERCODE] WHEN 0 THEN N'Unknown' WHEN 1 THEN N'Male' WHEN 2 THEN N'Female' END | Provides a translation for the 'GENDERCODE' field. |
![]() |
nvarchar(100) (Computed) | ![]() |
(CASE LEN(CUSTOMIDENTIFIER) WHEN 0 THEN '8-' + CAST(SEQUENCEID AS nvarchar(20)) ELSE CUSTOMIDENTIFIER END) | Unique identifer that supports user defined values as well as system generated values. |
![]() |
bit | Default = 1 | Indicates if the record is a constituent for fundraising purposes. | |
![]() |
varchar(5) (Computed) | ![]() |
soundex(KEYNAME) | The soundex value of the keyname field. |
![]() |
int (Computed) | ![]() |
dbo.UFN_AGEFROMFUZZYDATE(CONSTITUENT.BIRTHDATE, getdate()) | |
![]() |
nvarchar(154) (Computed) | ![]() |
CASE ISORGANIZATION WHEN 1 THEN CASE KEYNAMEPREFIX WHEN '' THEN KEYNAME ELSE KEYNAMEPREFIX + ' ' + KEYNAME END ELSE CASE ISGROUP WHEN 1 THEN CASE DISPLAYNAME WHEN '' THEN KEYNAME ELSE DISPLAYNAME END ELSE CASE FIRSTNAME WHEN '' THEN '' ELSE FIRSTNAME + ' ' END + CASE MIDDLENAME WHEN '' THEN '' ELSE LEFT(MIDDLENAME,1) + '. ' END + KEYNAME END END |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | ![]() |
TITLECODE.LOCALID | FK to TITLECODE |
![]() |
uniqueidentifier | ![]() |
SUFFIXCODE.LOCALID | FK to SUFFIXCODE |
![]() |
uniqueidentifier | ![]() |
MARITALSTATUSCODE.LOCALID | FK to MARITALSTATUSCODE |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
TITLECODE.LOCALID | FK to TITLECODE |
![]() |
uniqueidentifier | ![]() |
SUFFIXCODE.LOCALID | FK to SUFFIXCODE |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | |||
![]() |
ISCONSTITUENT, ID | |||
![]() |
KEYNAME | |||
![]() |
KEYNAMESOUNDEX | |||
![]() |
MAIDENNAME | |||
![]() |
SSNINDEX | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
LOOKUPID | ![]() |
||
![]() |
SEQUENCEID | ![]() |
Entity-Relationship diagram of this table (BANKACCOUNTADJUSTMENTMEDIALINK-BATCHCOAUPDATE)
Entity-Relationship diagram of this table (BATCHCONSTITUENT-BATCHMEMBERSHIPMEMBER)
Entity-Relationship diagram of this table (BATCHMEMBERSHIPTRANSACTION-CAMPAIGNATTACHMENT)
Entity-Relationship diagram of this table (CAMPAIGNFUNDRAISER-CONSTITUENTNOTEATTACHMENT)
Entity-Relationship diagram of this table (CONSTITUENTORIGINATION-COURSENOTE)
Entity-Relationship diagram of this table (CREDIT-DONATIONBATCH)
Entity-Relationship diagram of this table (DONORCHALLENGE-EVENTNOTE)
Entity-Relationship diagram of this table (EVENTSPEAKER-FAFNFGCAMPAIGNLEVEL)
Entity-Relationship diagram of this table (FAFORGANIZATIONINDIVIDUALRELATION-FUNDINGREQUESTATTACHMENT)
Entity-Relationship diagram of this table (FUNDINGREQUESTMEDIALINK-INTERACTIONPARTICIPANT)
Entity-Relationship diagram of this table (INVITEE-MEMBERMEDIALINK)
Entity-Relationship diagram of this table (MEMBERNOTE-NETCOMMUNITYNEWSLETTERSUBSCRIPTION)
Entity-Relationship diagram of this table (OPPORTUNITYDESIGNATION-PROSPECTASSIGNMENTPROCESS)
Entity-Relationship diagram of this table (PROSPECTASSIGNMENTREQUEST-PROSPECTSEGMENTATIONPROSPECT)
Entity-Relationship diagram of this table (PROSPECTTEAM-REVENUE)
Entity-Relationship diagram of this table (REVENUEATTACHMENT-SECONDARYFUNDRAISER)
Entity-Relationship diagram of this table (SITEIMAGESEXTENSION-SPONSORSHIPTRANSACTION)
Entity-Relationship diagram of this table (STAFFDATERANGE-TEAMEXTENSION)
Entity-Relationship diagram of this table (TEAMFUNDRAISER-VOLUNTEERAWARDASSIGNMENT)
Entity-Relationship diagram of this table (VOLUNTEERCERTIFICATION-WPRELATIONSHIP_NPA_IND)
Entity-Relationship diagram of this table (WPRELATIONSHIP_PF-WPSEARCHHISTORY)