| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  ClientData | ntext |  | ||
|  FirstName | nvarchar(100) |  | ||
|  LastName | nvarchar(100) |  | ||
|  Email | nvarchar(100) |  | ||
|  REID | int |  | ||
|  EmailGreeting | ntext |  | ||
|  Deleted | bit | Default = 0 | ||
|  OrgName | nvarchar(60) |  | ||
|  ContactType | int |  | Default = NULL | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  ClientUsersID | int | ClientUsers.ID | ||
|  ContactGroupID | int |  | ContactGroup.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_AddressbookContacts_Email_LastName_FirstName_ClientUsersID | Email, LastName, FirstName, ClientUsersID | |||
|  IX_AddressbookContacts_ID_LastName | ID, LastName | |||
|  IX_AddressBookContacts_REID | REID | |||
|  PK_AddressBookContacts | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  FundraiserSolicitorContact | AddressbookContactsID | 
|  FundraiserSolicitorContactAction | AddressbookContactsID | 
