ADDRESSVALIDATIONPROCESS
Represents the address validation process options.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = 'Address Validation Process' |
Name of the process. |
DATELASTRUN |
datetime |
yes |
|
This date is used to filter records by the date the process was last run. |
INCLUDECONSTITUENTDNM |
bit |
|
Default = 0 |
Designates whether or not to include constituents marked as do not mail. |
ADDRESSINCLUDECODE |
tinyint |
|
Default = 0 |
Designates all, primary, or specific addresses to use in the process. |
INCLUDEADDRESSESDNM |
bit |
|
Default = 0 |
Designations whether or not to include addresses marked as do not mail. |
CREATEOUTPUTIDSET |
bit |
|
Default = 0 |
Designates whether or not an ID set should be created as a result of the process. |
OUTPUTIDSETNAME |
nvarchar(100) |
|
Default = '' |
The name of the output ID set to be created by the process. |
OVERWRITEOUTPUTIDSET |
bit |
|
Default = 0 |
Designates whether or not to overwrite the output ID set if one with the same name already exists. |
CREATENEWBATCH |
bit |
|
Default = 0 |
Indicates the need for a new batch to be created when the process is run. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
ADDRESSVALIDATIONID |
uniqueidentifier |
|
ADDRESSVALIDATION.ID
|
Foreign key for the address validation table. |
IDSETREGISTERID |
uniqueidentifier |
yes |
IDSETREGISTER.ID
|
A foreign key to the ID set used to filter ther records included in the process. |
ADDRESSTYPECODEID |
uniqueidentifier |
yes |
ADDRESSTYPECODE.ID
|
The address type code ID to be included in the process. |
OUTPUTIDSETRECORDTYPEID |
uniqueidentifier |
yes |
RECORDTYPE.ID
|
A foreign key to the record type of the output ID set to be created by the process. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_ADDRESSVALIDATIONPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
IX_ADDRESSVALIDATIONPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
PK_ADDRESSVALIDATIONPROCESS |
ID |
yes |
yes |
|
UC_ADDRESSVALIDATIONPROCESS_ADDRESSVALIDATIONID |
ADDRESSVALIDATIONID |
yes |
|
|
Triggers
Referenced by