The NOTIFICATIONSETTING table contains user settings for the management of user notifications in the Cockpit user interface.
See also the SETTING table that contains most of the SAP CC user settings.
| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The NOTIFICATIONSETTING table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| ID | PK_NOTIFICATIONSETTING |
|
The identifier of the notification setting. | |||
| ALLINHIGHPRIORITY |
|
Indicates whether all the notifications of the group must have the priority high. | ||||
| DONOTDELIVER |
|
Indicates whether the notifications of the group must be delivered. | ||||
| GROUPKEY |
|
The group of notifications. | ||||
| USERLOGIN |
|
The login of the user that owns the notification setting. |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the notification setting. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_NOTIFICATIONSETTING |
| Definition | Indicates whether all the notifications of the group must have the priority high. |
| Type | BOOLEAN, NOT NULL |
| Definition | Indicates whether the notifications of the group must be delivered. |
| Format |
The possible values are:
|
| Type | BOOLEAN, NOT NULL |
| Definition | The group of notifications. |
| Type | VARCHAR(255), NULL |
| Definition | The login of the user that owns the notification setting. |
| Type | VARCHAR(255), NULL |
See the primary key information:
| Column(s) | ID |
| Tablespace | COCKPIT_INDX |