How to work with Subscriptions in DPM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 07:44 AM
Hello community,
I have some questions regarding the subscription function in ServiceNow DPM.
We have added some locations to the subscriber list, but unfortunately active and inactive users are shown within the Service. Is there any possibility that only active users are counted and visible?
In addition, to share information with the Subscriber, is there any ootb function to send notifications to service subscriber?
Thanks
Chris

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 12:20 AM
Hi Chris,
if I am correct this is done via the SPMSubscriptionUtils script include.
This is a snippet of the code
I would add something like:
query +='^active=true';
on line 70
BR,
Barry