- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 04:01 AM
How to send notification for specific catalog item. please someone help me the same.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 05:39 AM
Hi
Another way to solve this requirement is, to create a Notification, which triggers on the INSERT of a record in the Requeste Item table [sc_req_item].
As condition, you dot-walk to some field of the Catalog Item (which is referenced in the Requested Item record by the filed [sc_req_item.item]) and filter for some criteria.
In my example, you can find below, I was filtering on the "Name" of the Catalog Item. If this was "TriggerMe", the Notificartion will be fired. Otherwise the Notification will NPT be triggered.
(1) Set the Table of the Notification to the Requested Item [sc_req_item] table.
(2) Choose to trigger the notification on INSERT in that table
(3) Choose the Condition to only fire the Notificxation if the "Name" field of the unterlyinfg Catalog Item "starts with" the String "TriggerMe".
Add your desired recipients to the "Who will receive" Tab.
Add the desired content to the "What it will contain" TAB, and save the Notification.
That's It.
Let me know if that answers your question and mark my answer as correct and helpful.
Have Fun & BR
Dirk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 04:05 AM
Hi Krushna,
It'll depend on your requirements other than the catalog item. Are you wanting to trigger this via a flow or workflow? Event or just a notification record that triggers on RITM update.
You can apply a filter to a notification similar to you can on a list view.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 04:07 AM
Hi Krushna,
If I understand better you need specific content to be added for specific catalog items. If so, I guess there would be ones that are used for other catalog items. You need to then look for Notifications & then modify the When to Send conditions.
So, for existing ones that are sent on RITM you need to get a condition added as
Item | is Not | ABC
Create a new notification & then add condition as
Item | is | ABC

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 04:11 AM
Hello,
Could you please elaborate your requirement:)
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 04:25 AM
Hi,
when i raise new request form particular catalog item then my notification trigger to there aprrover member.