Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(150) |
|
Default = '' |
Name of the PhoneFinder process |
DESCRIPTION |
nvarchar(250) |
|
Default = '' |
Description of the PhoneFinder process |
FILENAME |
nvarchar(256) |
|
Default = '' |
Name of the file that is to be uploaded |
FILEUPLOADED |
bit |
|
Default = 0 |
Whether the process-created file has been uploaded |
FILEAVAILABLE |
bit |
|
Default = 0 |
Whether the file has been processed and is available for download |
FILEDOWNLOADED |
bit |
|
Default = 0 |
Whether the results file has been downloaded |
PRIMARYCONTACTNAME |
nvarchar(250) |
|
Default = '' |
The name of the primary person to contact when data tune-up is complete |
PRIMARYCONTACTEMAIL |
UDT_EMAILADDRESS |
|
Default = '' |
The primary contact's email address |
PRIMARYCONTACTPHONE |
nvarchar(20) |
|
Default = '' |
The primary contact's phone number |
ALTERNATECONTACTNAME |
nvarchar(250) |
|
Default = '' |
The name of an alternate person to contact when data tune-up is complete |
ALTERNATECONTACTEMAIL |
UDT_EMAILADDRESS |
|
Default = '' |
The alternate contact's email address |
ALTERNATECONTACTPHONE |
nvarchar(20) |
|
Default = '' |
The alternate contact's phone number |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
REQUESTFILE |
varbinary |
 |
|
The request file sent to Blackbaud as part of step 1. |
INDIVIDUALMARKASPRIMARY |
bit |
|
Default = 0 |
Whether or not to mark individual phone numbers primary |
ORGANIZATIONMARKASPRIMARY |
bit |
|
Default = 0 |
Whether or not to mark organization phone numbers primary |
STEP |
nvarchar(150) (Computed) |
 |
dbo.UFN_PHONEFINDER_GETSTEP(ID) |
The step the PhoneFinder process is currently on |