cmn_notif_group
Stores details about notification groups used to send alerts to multiple recipients.
Columns
| Name | Type | ReadOnly | References | Description |
| name | String | False |
Specifies the name of the notification group, used to identify it within the Common Notification Group (cmn_notif_group) table. | |
| sys_created_on | Datetime | False |
Displays the date and time when the notification group record was first created in the system. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the notification group record was last updated. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the notification group record in ServiceNow. | |
| sys_mod_count | String | False |
Tracks the total number of times the notification group record has been modified. | |
| sys_created_by | String | False |
Lists the user or process that originally created the notification group record. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the notification group record. | |
| group | String | False |
References the user group associated with the notification group, defining which users receive messages or alerts. |