We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How sys_notif_subscription works.

Kamatham Suman1
Tera Contributor

How sys_notif_subscription works, irrespective of 'when to send' conditions given and Active "T/F". Notification subscriptions are getting triggered.
Called from BusinessRule:

var subscribers = new sampleGlideRecordUtils().getColumnValArray("sys_notif_subscription", "notification=" + notifyID+ "^userISNOTEMPTY^user.active=true", "user");
0 REPLIES 0