SALESORDERALERTCONFIGURATION
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | uniqueidentifier | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ALERTONDAILYADMISSION | bit | Default = 0 | ||
| ALERTONSCHEDULEDPROGRAM | bit | Default = 0 | ||
| ALERTONSPECIALEVENT | bit | Default = 0 | ||
| ALERTONDONATION | bit | Default = 0 | ||
| ALERTONMEMBERSHIP | bit | Default = 0 | ||
| DATEADDED | datetime | Default = getdate() | ||
| DATECHANGED | datetime | Default = getdate() | ||
| TS | timestamp | |||
| TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_SALESORDERALERTCONFIGURATION_DATEADDED | DATEADDED | yes | ||
| IX_SALESORDERALERTCONFIGURATION_DATECHANGED | DATECHANGED | |||
| PK_SALESORDERALERTCONFIGURATION | ID | yes | yes | 
Triggers
| Trigger Name | Description | 
|---|---|
| TR_SALESORDERALERTCONFIGURATION_AUDIT_UPDATE | |
| TR_SALESORDERALERTCONFIGURATION_AUDIT_DELETE | 
Referenced by
| Referenced by | Field | 
|---|---|
| SALESORDERALERTEMAILSUBSCRIPTION | SALESORDERALERTCONFIGURATIONID |