cmn_notif_message
Contains notification message templates, including subjects, bodies, and formats.
Columns
| Name | Type | ReadOnly | References | Description |
| name | String | False |
Specifies the name of the notification message, used to identify it within the Common Notification Message (cmn_notif_message) table. | |
| schedule | String | False |
Defines the schedule that determines when this notification message is sent, based on timing rules or business hours. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the notification message record. | |
| device | String | False |
Specifies the notification device through which the message is sent, such as email, SMS, or push notification. | |
| send_sms | String | False |
Indicates whether the notification should be delivered via SMS. | |
| condition | String | False |
Defines the condition or trigger that determines when this notification message is sent. | |
| group | String | False |
Specifies the user group associated with the notification message, defining who receives the notification. | |
| sys_mod_count | String | False |
Tracks the total number of times the notification message record has been modified. | |
| notification | String | False |
References the parent notification configuration that this message belongs to. | |
| location | String | False |
Specifies the physical or logical location associated with the notification message, if applicable. | |
| sys_created_by | String | False |
Lists the user or process that originally created the notification message record. | |
| advanced | String | False |
Indicates whether the notification message uses advanced configuration options, such as custom scripts or filters. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the notification message record in ServiceNow. | |
| notification_filter | String | False |
Defines the filter applied to the notification, restricting message delivery to specific conditions or recipients. | |
| send_email | String | False |
Indicates whether the notification should be delivered via email. | |
| cost_center | String | False |
Specifies the cost center associated with this notification message, if used for tracking or billing purposes. | |
| sys_created_on | Datetime | False |
Displays the date and time when the notification message record was first created in the system. | |
| user | String | False |
Lists the user associated with the notification message, typically the recipient or message owner. | |
| configuration_item | String | False |
References the configuration item linked to the notification message, connecting alerts to specific assets or services. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the notification message record was last updated. |