Foreign Key Fields
Foreign Key |
Field Type |
Null |
Notes |
Description |
IDSETREGISTERID
|
uniqueidentifier
|
true
|
|
The selection of constituents to submit
|
ADDEDBYID
|
uniqueidentifier
|
false
|
|
FK to CHANGEAGENT.
|
CHANGEDBYID
|
uniqueidentifier
|
false
|
|
FK to CHANGEAGENT.
|
PHONEFINDERID
|
uniqueidentifier
|
false
|
|
The PhoneFinder process this submit process belongs to
|
INDIVIDUALADDRESSTYPECODEID
|
uniqueidentifier
|
true
|
|
The specific address type to use for individuals
|
ORGANIZATIONADDRESSTYPECODEID
|
uniqueidentifier
|
true
|
|
The specific address type to use for organizations
|
INDIVIDUALPHONETYPECODEID
|
uniqueidentifier
|
true
|
|
The specific phone type to use for individuals.
|
ORGANIZATIONPHONETYPECODEID
|
uniqueidentifier
|
true
|
|
The specific phone type to use for organizations
|
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
'PhoneFinder Submit Process'
|
The name of the submit process
|
CREATEOUTPUTIDSET
|
bit
|
false
|
|
Whether or not to create a selection of constituents as a result of the submit process
|
OUTPUTIDSETNAME
|
nvarchar(300)
|
false
|
|
The name of the selection to create as a result of the submit process
|
OVERWRITEOUTPUTIDSET
|
bit
|
false
|
|
Whether or not to overwrite an existing selection if one by the same name already exists
|
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.
|
INDIVIDUALADDRESSINCLUDECODE
|
tinyint
|
false
|
|
The type of address to use in the process
|
INDIVIDUALADDRESSINCLUDE
|
nvarchar(16) (Computed)
|
true
|
|
Provides a translation for the 'INDIVIDUALADDRESSINCLUDECODE' field.
|
ORGANIZATIONADDRESSINCLUDECODE
|
tinyint
|
false
|
|
The type of address to use in the process
|
ORGANIZATIONADDRESSINCLUDE
|
nvarchar(16) (Computed)
|
true
|
|
Provides a translation for the 'ORGANIZATIONADDRESSINCLUDECODE' field.
|
INDIVIDUALPHONENUMBERINCLUDECODE
|
tinyint
|
false
|
|
The type of phone number to use in the process for individuals
|
INDIVIDUALPHONENUMBERINCLUDE
|
nvarchar(21) (Computed)
|
true
|
|
Provides a translation for the 'INDIVIDUALPHONENUMBERINCLUDECODE' field.
|
ORGANIZATIONPHONENUMBERINCLUDECODE
|
tinyint
|
false
|
|
The type of phone number to use in the process for organizations
|
ORGANIZATIONPHONENUMBERINCLUDE
|
nvarchar(21) (Computed)
|
true
|
|
Provides a translation for the 'ORGANIZATIONPHONENUMBERINCLUDECODE' field.
|
INCLUDEINACTIVE
|
bit
|
false
|
|
Include inactive constituents
|
INCLUDEINCOMPLETEADDRESSES
|
bit
|
false
|
|
Include incomplete addresses
|
DATELASTRUN
|
datetime
|
true
|
|
The last date this process was run
|
CREATENEWBATCH
|
bit
|
false
|
|
Whether or not a new batch should be created the next time this process is run
|
INCLUDECONSTITUENTDNM
|
bit
|
false
|
|
|