restrict notification to particular user in group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-12-2024 02:15 AM - edited ā06-12-2024 02:26 AM
hi all,
I have one requirement, i have created one notification and group but i need to restrict notification some users in that group. Please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-12-2024 02:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-12-2024 03:01 AM
Hi Yashsvi,
Thanks for your reply, but i need to restrict particular user in that group.
Thanks & Regards
Linga Reddyp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-12-2024 04:41 AM
Sounds like you need an email script to logic that out. you can add recipients to an email via an email script, in the script, get the group you want it to goto, and you can query the group members table, and you can add whatever criteria you need into that query to only get the group members that match your requirements, then while that query has results, iterate through the results adding each member's email address to the notification.