Limit number of emails sent when at-mentioned while being assigned a task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 08:27 AM
Hi All,
I need to Limit number of emails sent when at-mentioned while being assigned a task,
Currently 2 email notification will trigger, when assigned to person and at-mentioned person both are same, I need to reduce the notification to one. Only one notification should trigger that is at-mentioned notification and "${number} has had work notes added" notification should not trigger.
1. Assigned Catalog Task Worknoted
2. Activity Stream @Mention Email
Please any one suggest me, how to reduce the email notification if the assignee to person and at-mention both are same.
Note : If assignee to person and at-mention both are different two email notification will trigger.
Thanks,
Vinuth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 09:03 AM
hi @vinuth v ,
You can achieve this by adding the below code in your "advanced condition" field.
If assigned to & mentioned user are same & you want to send task table notification & not the mentioned notification, add below code in the notification built on Live notification table:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 08:08 AM
Hi @Community Alums
Here Activity Stream @Mention Email is OOB notification and this notification is applicable for all the tables when at-mentioned in the work notes, If I implement the above provided script in the Activity Stream @Mention notification, it will applicable for all the table. I wanted to implement this only in sc_task table.
Please suggest any other ways.
Thanks,
Vinuth