Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

cmn_notif_message.list ... tells me what exactly? Do not get the point ...

Zod
Giga Guru

Could anyone please tell me what I find when checking   cmn_notif_message.list ???

The records there do not seem to make any sense for me ... some entries are displayed more than once for the same device ... and "Send email" is set to "true" .. even the notifications are disabled for the user ...

2ndly... why the OOB ACL allowes anybody to check the   cmn_notif_message.list ... ? .... See OOB /nav_to.do?uri=/sys_security_acl.do%3Fsys_id%3D7dfc4376c0a80166118130e995cb8d2e%26sysparm_record_target%3Dsys_security_acl%26sysparm_record_row%3D3%26sysparm_record_rows%3D5%26sysparm_record_list%3DnameSTARTSWITHcmn_notif_message%255EORDERBYname   .... the description does not fit to the conditions.

No big deal - but somehow I wonder what I miss here ....

1 REPLY 1

henry_cheng
ServiceNow Employee
ServiceNow Employee

Hi vemffm,



The cmn_notif_message tables stores all the email subscription on the instance.


For example, if multiple users subscribed the same email notification then there will be one record created for each user for this email notification in this table.


You can modify the OOB ACL to prevent some users access this table with specified conditions.



Cheers


Henry