cmn_notif_grmember
Manages group membership for notification delivery, defining which users belong to each group.
Columns
| Name | Type | ReadOnly | References | Description |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the notification group member record in ServiceNow. | |
| group | String | False |
Specifies the notification group to which the user belongs, determining the set of notifications they receive. | |
| sys_created_on | Datetime | False |
Displays the date and time when the notification group member record was first created. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the notification group member record was last updated. | |
| user | String | False |
Lists the user associated with the notification group, linking them to the group's notification preferences. | |
| sys_mod_count | String | False |
Tracks the total number of times the notification group member record has been modified. | |
| sys_created_by | String | False |
Lists the user or process that originally created the notification group member record. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the notification group member record. | |
| ItemURL | String | True |
Displays the web address (URL) where the notification group member record can be accessed from the ServiceNow user interface (UI). |