cmn_notif_device
Stores user notification device details, such as email addresses and mobile endpoints.
Columns
| Name | Type | ReadOnly | References | Description |
| email_address | String | False |
Specifies the email address associated with the notification device, used for delivering email-based alerts and updates. | |
| sys_created_on | Datetime | False |
Displays the date and time when the notification device record was first created in the system. | |
| primary_email | String | False |
Indicates whether this email address is the user's primary address for receiving notifications. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the notification device record was last updated. | |
| name | String | False |
Specifies the name or label assigned to the notification device for easy identification. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the notification device record in ServiceNow. | |
| user | String | False |
Specifies the user associated with the notification device, linking the device to their profile and preferences. | |
| type | String | False |
Defines the notification method or device type, such as email, SMS, or push notification. | |
| push_app | String | False |
Identifies the push notification application configured for delivering messages to the user's device. | |
| phone_number | String | False |
Lists the phone number associated with the notification device, if applicable for SMS or voice notifications. | |
| sys_created_by | String | False |
Lists the user or process that originally created the notification device record. | |
| active | String | False |
Indicates whether the notification device is currently active and available for sending notifications. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the notification device record. | |
| order | String | False |
Specifies the priority or order in which notifications should be sent when multiple devices are associated with the same user. | |
| service_provider | String | False |
Specifies the communication service provider associated with the notification device, such as an email or SMS gateway. | |
| schedule | String | False |
Defines the schedule that determines when notifications can be sent to the device, based on user preferences or availability. | |
| sys_mod_count | String | False |
Tracks the total number of times the notification device record has been modified. | |
| ItemURL | String | True |
Displays the web address (URL) where the notification device record can be accessed from the ServiceNow user interface (UI). |