Stores PeopleFinder batch information.
Fields
Field |
Field Type |
Null |
Notes |
Description |
SEQUENCE
|
int
|
false
|
|
|
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
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
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
|
|
The year deceased received from DES.
|
CONFIDENCELEVEL
|
smallint
|
false
|
|
The confidence level received from the third party as to how firm this information is.
|
SENDMAIL
|
bit
|
false
|
|
The value received from DES.
|
ISDECEASED
|
bit
|
false
|
|
The value received from DES.
|
DECEASEDYEARDISPLAY
|
varchar(4) (Computed)
|
true
|
|
The display value for DECEASEDYEAR
|