Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
bit | Default = 0 | Indicates this address is the primary address. | |
![]() |
bit | Default = 0 | Indicates this address should not recieve mailings. | |
![]() |
UDT_MONTHDAY | Default = '0000' | For seasonal address types only; DD/MM start date of when this address should be considered for mailings. | |
![]() |
UDT_MONTHDAY | Default = '0000' | For seasonal address types only; DD/MM end date of when this address should be considered for mailings. | |
![]() |
nvarchar(150) | Default = '' | Contains the address lines. | |
![]() |
nvarchar(50) | Default = '' | Contains the address city. | |
![]() |
nvarchar(12) | Default = '' | Contains the address post code. | |
![]() |
nvarchar(10) | Default = '' | Contains the address carrier route (CART). | |
![]() |
nvarchar(8) | Default = '' | Contains the address delivery point code | |
![]() |
nvarchar(5) | Default = '' | Contains the address LOT. | |
![]() |
int | Default = 0 | Stores the user-defined sequence for addresses on a constituent. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
![]() |
nvarchar(300) (Computed) | ![]() |
dbo.UFN_ADDRESS_TRANSLATE(ID) | Provides a translation field for the address record |
![]() |
date | ![]() |
Indicates the date that the constituent started using this address. | |
![]() |
date | ![]() |
Indicates the date that the constituent stopped using this address. | |
![]() |
bit | Default = 0 | Indicates this address is confidential. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | CONSTITUENT.LOCALID | FK to CONSTITUENT | |
![]() |
uniqueidentifier | ![]() |
ADDRESSTYPECODE.ID | FK to ADDRESSTYPECODE |
![]() |
uniqueidentifier | COUNTRY.LOCALID | FK to COUNTRY | |
![]() |
uniqueidentifier | ![]() |
STATE.LOCALID | FK to STATE |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
RELATIONSHIP.ID | FK to RELATIONSHIP |
![]() |
uniqueidentifier | ![]() |
DONOTMAILREASONCODE.ID | FK to DONOTMAILREASONCODE |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
CONSTITUENTID | |||
![]() |
CONSTITUENTID, ISPRIMARY | |||
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
DONOTMAIL, ISPRIMARY, ADDRESSTYPECODEID | |||
![]() |
ID | |||
![]() |
POSTCODE | |||
![]() |
RELATIONSHIPID, ID | |||
![]() |
STATEID | |||
![]() |
STATEID, ADDRESSBLOCK, CITY, POSTCODE | |||
![]() |
ID | ![]() |
![]() |
Referenced by | Field |
---|---|
![]() |
ADDRESSID |
![]() |
ID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
MANUALEXCEPTIONSIMILARADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
OLDADDRESSID |
![]() |
ADDRESSID |
![]() |
REMITADDRESSID |
![]() |
ADDRESSID |
![]() |
REMITADDRESSID |
![]() |
ADDRESSID |
![]() |
REMITADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
ADDRESSID |
![]() |
REMITADDRESSID |
![]() |
ADDRESSID |
Entity-Relationship diagram of this table (MAILPREFERENCE-VENDOR1099SETTING)