PEOPLEFINDER (3.0)

The PeopleFinder process is represented by this table.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SITEID

uniqueidentifier

true

Foreign key for site table.

BATCHID

uniqueidentifier

true

The batch instance into which the data will be imported.

BATCHAPPUSERID

uniqueidentifier

true

Represents the user who will be the owner of the batch once it is created by the import process.

ADDRESSTYPECODEID

uniqueidentifier

true

FK to ADDRESSTYPECODE

INFOSOURCECODEID

uniqueidentifier

true

FK to INFOSOURCECODE

DONOTMAILREASONCODEID

uniqueidentifier

true

The do not mail reason code for records marked do not mail.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

PHONETYPECODEID

uniqueidentifier

true

FK to PHONETYPECODE

Fields
Field Field Type Null Notes Description

NAME

nvarchar(150)

false

''

Name to be used if there is no site.

DESCRIPTION

nvarchar(250)

false

''

The description of the PeopleFinder process.

DATELASTRUN

datetime

true

Stores the date of the list time one of the steps was run.

STEPCODE

tinyint

false

0

Tracks the most current state of the PeopleFinder process.

STEP

nvarchar(25) (Computed)

true

Provides a translation for the 'STEPCODE' field.

FILENAME

nvarchar(256)

false

''

The file name of the generated file that is to be uploaded to Blackbaud.

FILEUPLOADED

bit

false

0

Indicates whether the process created file has been uploaded to Blackbaud.

FILEAVAILABLE

bit

false

0

Indicates whether the file has been processed by Blackbaud and is available to download.

FILEDOWNLOADED

bit

false

0

Indicates whether the results file has been downloaded from Blackbaud.

PRIMARYCONTACTNAME

nvarchar(250)

false

''

The name of the primary person when data tune-up is complete.

PRIMARYCONTACTEMAIL

UDT_EMAILADDRESS

false

''

The email address of the primary contact when data tune-up is complete.

PRIMARYCONTACTPHONE

nvarchar(20)

false

''

The phone number of the primary contact when data tune-up is complete.

ALTERNATECONTACTNAME

nvarchar(250)

false

''

The name of the alternate person when data tune-up is complete.

ALTERNATECONTACTEMAIL

UDT_EMAILADDRESS

false

''

The email address of the alternate contact when data tune-up is complete.

ALTERNATECONTACTPHONE

nvarchar(20)

false

''

The phone number of the primary contact when data tune-up is complete.

INFOSOURCECOMMENTS

nvarchar(256)

false

''

MARKASDECEASED

bit

false

1

Designates whether to mark records as deceased that have come back from DES as deceased.

MARKASDONOTMAIL

bit

false

1

Designates whether to update address records as do not mail that have been marked as do not mail from DES.

UPDATEPHONENUMBER

bit

false

1

Designates whether to update the phone number from DES.

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.

MINIMUMRANKCODE

tinyint

false

3

Indicates the minimum rank from DES to use in processing records.

MINIMUMRANK

nvarchar(1) (Computed)

true

Provides a translation for the 'MINIMUMRANKCODE' field.

UPDATELASTNAMECODE

tinyint

false

0

Designates what action to take with the new last name from DES.

UPDATELASTNAME

nvarchar(85) (Computed)

true

Provides a translation for the 'UPDATELASTNAMECODE' field.

ADDFORMERLASTNAMEASALIAS

bit

false

0

Designates whether to add the consituent's current last name as an alias after changing their last name.

MARKPHONEASPRIMARY

bit

false

0

Indexes
Index Name Field(s) Unique Primary Clustered

IX_PEOPLEFINDER_DATEADDED

DATEADDED

False

False

True

IX_PEOPLEFINDER_DATECHANGED

DATECHANGED

False

False

False

PK_PEOPLEFINDER

ID

True

True

False

UIX_PEOPLEFINDER_SITEID

SITEID

True

False

False

Triggers
Trigger Name Description

TR_PEOPLEFINDER_AUDIT_UPDATE

TR_PEOPLEFINDER_AUDIT_DELETE

Referenced by
Referenced by Field

BATCHPEOPLEFINDER

PEOPLEFINDERID

PEOPLEFINDERFILE

ID

PEOPLEFINDERGETPROCESS

PEOPLEFINDERID

PEOPLEFINDERRESUBMITPROCESS

PEOPLEFINDERID

PEOPLEFINDERSUBMITPROCESS

PEOPLEFINDERID