BATCHPEOPLEFINDER (4.0SP5)

Stores PeopleFinder batch information.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

BATCHID

uniqueidentifier

false

FK to BATCH

PEOPLEFINDERID

uniqueidentifier

false

FK to PEOPLEFINDER

CONSTITUENTID

uniqueidentifier

true

FK to CONSTITUENT

OLDADDRESSID

uniqueidentifier

true

FK to ADDRESS

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

NEWSTATEID

uniqueidentifier

true

The new state received from DES.

Fields
Field Field Type Null Notes Description

SEQUENCE

int

false

0

NEWADDRESSBLOCK

nvarchar(150)

false

''

The new address received from DES.

NEWCITY

nvarchar(50)

false

''

The new city recieved from DES.

NEWPOSTCODE

nvarchar(12)

false

''

The new post code received from DES.

OTHERLASTNAME

nvarchar(100)

false

''

The new last name received from DES.

NEWPHONENUMBER

nvarchar(100)

false

''

The new phone number received 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.

NEWADDRESSINFOSOURCE

nvarchar(20)

false

''

The new info source received from DES.

DECEASEDYEAR

UDT_FUZZYDATE

false

'00000000'

The year deceased received from DES.

CONFIDENCELEVEL

smallint

false

((0))

The confidence level received from the third party as to how firm this information is.

SENDMAIL

bit

false

1

The value received from DES.

ISDECEASED

bit

false

0

The value received from DES.

DECEASEDYEARDISPLAY

varchar(4) (Computed)

true

The display value for DECEASEDYEAR

Indexes
Index Name Field(s) Unique Primary Clustered

IX_BATCHPEOPLEFINDER_CONSTITUENTID

CONSTITUENTID

False

False

False

IX_BATCHPEOPLEFINDER_DATEADDED

DATEADDED

False

False

True

IX_BATCHPEOPLEFINDER_DATECHANGED

DATECHANGED

False

False

False

IX_BATCHPEOPLEFINDER_OLDADDRESSID

OLDADDRESSID

False

False

False

PK_BATCHPEOPLEFINDER

ID

True

True

False

Triggers
Trigger Name Description

TR_BATCHPEOPLEFINDER_AUDIT_UPDATE

TR_BATCHPEOPLEFINDER_AUDIT_DELETE

Referenced by
Referenced by Field

BATCHPEOPLEFINDERBATCHSYSTEMMESSAGES

BATCHPEOPLEFINDERID

BATCHPEOPLEFINDERBATCHUSERMESSAGE

ID