Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

AppSec Notifications - remove 'Subscribable'

goller
Tera Contributor

Hey guys,
I want to set the subscribable field on AppSec notifications to false.

Spesifically these notifications: 

goller_0-1709724925125.png

 

Problem is: "This item is read-only based on its protection policy."

goller_1-1709725018944.png

 

Anyway around this?

 

Thank you,
goller

1 REPLY 1

CodyD
Tera Contributor

Just ran into this. 

 

I created a business rule, before query on sysevent_email_action. If the current user isn't in either the ServiceNow Developers group or Information Security group I inject an encoded query to prevent the user from seeing the AppSec notifications.

CodyD_0-1733262123036.png


Here's an example of a user that does not belong to either of those groups that can only see the one subscribable notification we built to alert users of instance clones.

CodyD_1-1733262227372.png