| Table: dbo.Client_Access_Notification_Event_Type | |||
| The table stores the actions completed by the client staff in ACS Client Access that will create notifications in the Client Access Notification Portlet | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_access_notification_event_type_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (104) | NOT NULL | The description of Client Access notification event type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Client_Access_Notification_Event_Type | client_access_notification_event_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Client_Access_Notification_Event_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Access_Notification__Client_Access_Notification_Event_Type__client_access_notification_event_type_KEY | client_access_notification_event_type_KEY | Client_Access_Notification | |