PHONEFINDERSUBMITPROCESS (4.0SP17)

Contains PhoneFinder submit process data

Primary Key
Primary Key Field Type

ID

uniqueidentifier

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

0

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

0

Whether or not to overwrite an existing selection if one by the same name already exists

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

INDIVIDUALADDRESSINCLUDECODE

tinyint

false

0

The type of address to use in the process

INDIVIDUALADDRESSINCLUDE

nvarchar(16) (Computed)

true

Provides a translation for the 'INDIVIDUALADDRESSINCLUDECODE' field.

ORGANIZATIONADDRESSINCLUDECODE

tinyint

false

0

The type of address to use in the process

ORGANIZATIONADDRESSINCLUDE

nvarchar(16) (Computed)

true

Provides a translation for the 'ORGANIZATIONADDRESSINCLUDECODE' field.

INDIVIDUALPHONENUMBERINCLUDECODE

tinyint

false

0

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

0

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

0

Include inactive constituents

INCLUDEINCOMPLETEADDRESSES

bit

false

0

Include incomplete addresses

DATELASTRUN

datetime

true

The last date this process was run

CREATENEWBATCH

bit

false

0

Whether or not a new batch should be created the next time this process is run

INCLUDECONSTITUENTDNM

bit

false

1

Indexes
Index Name Field(s) Unique Primary Clustered

IX_PHONEFINDERSUBMITPROCESS_DATEADDED

DATEADDED

False

False

True

IX_PHONEFINDERSUBMITPROCESS_DATECHANGED

DATECHANGED

False

False

False

PK_PHONEFINDERSUBMITPROCESS

ID

True

True

False

UC_PHONEFINDERSUBMITPROCESS_PHONEFINDERID

PHONEFINDERID

True

False

False

Triggers
Trigger Name Description

TR_PHONEFINDERSUBMITPROCESS_AUDIT_UPDATE

TR_PHONEFINDERSUBMITPROCESS_AUDIT_DELETE

Referenced by
Referenced by Field

PHONEFINDERSUBMITPROCESSSTATUS

PARAMETERSETID