- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:06 AM
Hello all,
I have duplicated the OOB 'Email assigned to group (sc_task)' email notification and customized the duplicate to include additional variables from the catalog item.
The issue is that when the catalog item is submitted, the email notification sends twice (original & new) for assigned to group and assigned to you so I tried to add a condition to the Email assigned to group notification but don't see where I can specify the catalog item. I wanted to add something like Catalog Item IS NOT Data Jack Request.
Does anyone know where I can specify the catalog items I want to exclude? I also see Advanced condition but not too sure how to script it there.
Any help is greatly appreciated!
Thanks,
Grace
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:45 AM
If your have any issues in knowing search pattern kindly follow my screenshot.
PS: Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:28 AM
Hi Grace,
If you want only one notification to sent, disable the old one.
And if you need to restrict by catalog item, try dot walking in your filter condition.
for example.
in sc_request table------> in filter condition select show related list and select request related fields and choose items
PS: Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2018 04:43 PM
Thank you Vipin, after following all your steps I was able to find it! It wasn't appearing because display wasn't checkmarked.
Thanks again!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2019 10:44 PM
we have same requirement and we do have excluded some catalog item by its name, but the condition would get fialed if the users preferred language is not english.
Appreciate, if you could give me some idea