The EmailFinder process is represented by this table.
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 EmailFinder process.
|
DATELASTRUN
|
datetime
|
true
|
|
Stores the date of the list time one of the steps was run.
|
STEPCODE
|
tinyint
|
false
|
|
Tracks the most current state of the EmailFinder 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
|
|
Indicates whether the process created file has been uploaded to Blackbaud.
|
FILEAVAILABLE
|
bit
|
false
|
|
Indicates whether the file has been processed by Blackbaud and is available to download.
|
FILEDOWNLOADED
|
bit
|
false
|
|
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 primary person when data tune-up is complete.
|
ALTERNATECONTACTEMAIL
|
UDT_EMAILADDRESS
|
false
|
|
The email address of the primary contact when data tune-up is complete.
|
ALTERNATECONTACTPHONE
|
nvarchar(20)
|
false
|
|
The phone number of the primary contact when data tune-up is complete.
|
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.
|
OPTOUTSUBJECT
|
nvarchar(255)
|
false
|
|
|
OPTOUTREPLYTO
|
UDT_EMAILADDRESS
|
false
|
|
|
OPTOUTORG
|
nvarchar(150)
|
false
|
|
|
OPTOUTADDRESS
|
nvarchar(300)
|
false
|
|
|
OPTOUTPHONE
|
nvarchar(150)
|
false
|
|
|
OPTOUTWEBSITE
|
nvarchar(150)
|
false
|
|
|
OPTOUTMISSION
|
nvarchar(300)
|
false
|
|
|
OPTOUTDEFAULTEMAIL
|
nvarchar(1024)
|
false
|
|
|
MARKASPRIMARY
|
bit
|
false
|
|
|
INFOSOURCECOMMENTS
|
nvarchar(256)
|
false
|
|
|