Stores address validation and update information for each address record.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NCOALASTSUBMITDATE
|
datetime
|
true
|
|
Contains the last date that this address was submitted to NCOA.
|
NCOARETURNCODE
|
tinyint
|
false
|
|
Contains the NCOA return code.
|
NCOAFOOTNOTECODE
|
tinyint
|
false
|
|
Contains the footnote returned by NCOA.
|
NCOADPVFOOTNOTECODE
|
tinyint
|
false
|
|
Contains the DPV footnote returned by NCOA.
|
NCOAMOVEDATE
|
UDT_FUZZYDATE
|
false
|
|
Contains the move date returned by NCOA.
|
NCOADMASUPPRESSION
|
bit
|
false
|
|
Contains the DMA suppression returned by NCOA. The DMA suppression flag notifies a mailer that the input record is a consumer who has indicated that they do not prefer to receive advertising mail at home
|
NCOAMAILGRADECODE
|
tinyint
|
false
|
|
Contains the mail grade code returned by NCOA.
|
OMITFROMVALIDATION
|
bit
|
false
|
|
Indicates this address should be omitted from validation.
|
LASTVALIDATIONATTEMPTDATE
|
datetime
|
true
|
|
Contains the date that this address was last validated.
|
VALIDATIONMESSAGE
|
nvarchar(200)
|
false
|
|
Stores the validation message.
|
CERTIFICATIONDATA
|
int
|
false
|
|
Contains the certification data which shows with which release of the Postal Datafiles this address was last validated.
|
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.
|
NCOARETURN
|
nvarchar(72) (Computed)
|
true
|
|
Provides a translation for the 'NCOARETURNCODE' field.
|
NCOAFOOTNOTE
|
nvarchar(69) (Computed)
|
true
|
|
Provides a translation for the 'NCOAFOOTNOTECODE' field.
|
NCOADPVFOOTNOTE
|
nvarchar(145) (Computed)
|
true
|
|
Provides a translation for the 'NCOADPVFOOTNOTECODE' field.
|
NCOAMAILGRADE
|
nvarchar(44) (Computed)
|
true
|
|
Provides a translation for the 'NCOAMAILGRADECODE' field.
|
INFOSOURCECOMMENTS
|
nvarchar(256)
|
false
|
|
Contains additional comments about the information source.
|
ORIGINCODE
|
tinyint
|
false
|
|
Defines where the address originated.
|
ORIGIN
|
nvarchar(9) (Computed)
|
true
|
|
Provides a translation for the 'ORIGINCODE' field.
|