| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  CreateDate | datetime | Default = getutcdate() | ||
|  UpdateDate | datetime | Default = getutcdate() | ||
|  Deleted | bit | Default = 0 | ||
|  EmailAddress | nvarchar(255) |  | ||
|  Appeal | bit | Default = 0 | ||
|  Thanks | bit | Default = 0 | ||
|  Unsolicited | bit | Default = 0 | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  AddressbookContactsID | int | AddressBookContacts.ID | ||
|  FundraiserSolicitorsID | int | FundRaiserSolicitors.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_FundraiserSolicitorContact_FSID_ABID_ID | FundraiserSolicitorsID, AddressbookContactsID, ID | |||
|  PK_FundraiserSolicitorContact | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  FundraiserSolicitorContactAction | FundraiserSolicitorContactID | 
