How to send notification for specific catalog item. please someone help me the same.

Krushna3
Tera Contributor

How to send notification for specific catalog item. please someone help me the same.

 

1 ACCEPTED SOLUTION

DirkRedeker
Mega Sage

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.

find_real_file.png

(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".

find_real_file.png

Add your desired recipients to the "Who will receive" Tab.

find_real_file.png

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

View solution in original post

7 REPLIES 7

Kieran Anson
Kilo Patron

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. 

Jaspal Singh
Mega Patron
Mega Patron

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

PriyaRanji
Tera Guru

Hello,

Could you please elaborate your requirement:)

Thanks!

Hi, 

when i raise new request form particular catalog item then my notification trigger to there aprrover member.