The PeopleFinder submit process is represented by this table.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
'PeopleFinder Submit Process'
|
Name of the process.
|
DATELASTRUN
|
datetime
|
true
|
|
This date is used to filter records by the date the process was last run.
|
ADDRESSINCLUDECODE
|
tinyint
|
false
|
|
Designates primary or specific addresses to use in the process.
|
ADDRESSINCLUDE
|
nvarchar(17) (Computed)
|
true
|
|
Provides a translation for the 'ADDRESSINCLUDECODE' field.
|
INCLUDEINACTIVE
|
bit
|
false
|
|
|
INCLUDEINCOMPLETEADDRESSES
|
bit
|
false
|
|
|
CREATEOUTPUTIDSET
|
bit
|
false
|
|
Designates whether or not an ID set should be created as a result of the process.
|
OUTPUTIDSETNAME
|
nvarchar(100)
|
false
|
|
The name of the output ID set to be created by the process.
|
OVERWRITEOUTPUTIDSET
|
bit
|
false
|
|
Designates whether or not to overwrite the output ID set if one with the same name already exists.
|
CREATENEWBATCH
|
bit
|
false
|
|
Indicates the need for a new batch to be created when the process is run.
|
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.
|