How to ignore(not send) notification created on sc_request table for a particular Service Catalog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 12:44 AM
How to ignore(not send) notification created on sc_request table for a particular Service Catalog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 05:56 AM
We do not have a condition for the request table because there is no item field present on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 06:07 AM
That's what my question is all about
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 08:03 AM - edited ‎09-18-2024 08:06 AM
Hi do you need to trigger notification if the record is inserted or updated. Incase if its not necessary you can trigger the notification via event triggers where you can script the conditions based on which the notification is triggered.
Else if its needed to trigger whenever the record is inserted or updated you can script the filters by calling a script include.
Refer to this article-
Mark as helpful if this solves your issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 03:33 AM
Go to respective notification in the when to send section . Specify the condition item is not as per your service request name.
Let me know If you have still any confusions.
Thank you