ADDRESSVALIDATIONPROCESS (4.0SP17)

Represents the address validation process options.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDRESSVALIDATIONID

uniqueidentifier

false

Foreign key for the address validation table.

IDSETREGISTERID

uniqueidentifier

true

A foreign key to the ID set used to filter ther records included in the process.

ADDRESSTYPECODEID

uniqueidentifier

true

The address type code ID to be included in the process.

OUTPUTIDSETRECORDTYPEID

uniqueidentifier

true

A foreign key to the record type of the output ID set to be created by the process.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

'Address Validation Process'

Name of the process.

DATELASTRUN

datetime

true

This date is used to filter records by the date the process was last run.

INCLUDECONSTITUENTDNM

bit

false

0

Designates whether or not to include constituents marked as do not mail.

ADDRESSINCLUDECODE

tinyint

false

0

Designates all, primary, or specific addresses to use in the process.

INCLUDEADDRESSESDNM

bit

false

0

Designations whether or not to include addresses marked as do not mail.

CREATEOUTPUTIDSET

bit

false

0

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

0

Designates whether or not to overwrite the output ID set if one with the same name already exists.

CREATENEWBATCH

bit

false

0

Indicates the need for a new batch to be created when the process is run.

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.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_ADDRESSVALIDATIONPROCESS_DATEADDED

DATEADDED

False

False

True

IX_ADDRESSVALIDATIONPROCESS_DATECHANGED

DATECHANGED

False

False

False

PK_ADDRESSVALIDATIONPROCESS

ID

True

True

False

UC_ADDRESSVALIDATIONPROCESS_ADDRESSVALIDATIONID

ADDRESSVALIDATIONID

True

False

False

Triggers
Trigger Name Description

TR_ADDRESSVALIDATIONPROCESS_AUDIT_UPDATE

TR_ADDRESSVALIDATIONPROCESS_AUDIT_DELETE

Referenced by
Referenced by Field

ADDRESSVALIDATIONPROCESSSTATUS

PARAMETERSETID