Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 ADDRESSFORMATTINGCODE tinyint   Default = 0 Address formatting to use.
 DONOTABBREVIATE bit   Default = 0 Do not abbreviate address elements according to USPS format.
 CAPITALIZE bit   Default = 0 Capitalize the entire address.
 UPDATEADDRESSCODE tinyint   Default = 0 Update address with forwardable moves or changes and validations.
 SAVEFORMERADDRESS bit   Default = 0 Save former addresses in the constituent address list when there is a forwardable move.
 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) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 ADDRESSTYPECODEID uniqueidentifier ADDRESSTYPECODE.ID Set the former addresses to this address type.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 INFOSOURCECODEID uniqueidentifier INFOSOURCECODE.ID FK to INFOSOURCECODE
 ADDRESSVALIDATION_INFOSOURCECODEID uniqueidentifier INFOSOURCECODE.ID Set the information source for address validations

Index Name Field(s) Unique Primary Clustered
 IX_DATATUNEUP_DATEADDED DATEADDED    
 IX_DATATUNEUP_DATECHANGED DATECHANGED      
 PK_DATATUNEUP ID  

Trigger Name Description
 TR_DATATUNEUP_LIMIT
 TR_DATATUNEUP_AUDIT_UPDATE
 TR_DATATUNEUP_AUDIT_DELETE

Referenced by Field
 ADDRESSVALIDATION DATATUNEUPID
 COAUPDATE DATATUNEUPID
 DATATUNEUPFOOTNOTEREASONMAP ID

Entity-Relationship diagram of this table