ECardPart
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| MaxHeight | int | |||
| MaxWidth | int | |||
| MaxRecipients | int | |||
| BrowseCategories | bit | Default = 0 | ||
| UseRichTextMessage | bit | Default = 0 | ||
| DisplayAllAsSingleFields | bit | Default = 1 | ||
| RequireRecipientName | bit | Default = 0 | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| SiteContentID | int | SiteContent.ID | ||
| EmailTemplateID | int | yes | EmailTemplate.ID | |
| ClientDonationsID | int | yes | ClientDonations.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_ECardPart | ID | yes | yes | yes | 
Referenced by
| Referenced by | Field | 
|---|---|
| ClientDonations | ECardPartID | 
| ECardPartTemplate | ECardPartID |