Email Notifications triggering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 03:24 AM
Hi,
Multiple Notifications are triggering, Under Who will receive tab, in Groups: 'Test123'' added and the group contains 3 members. So 3 email are triggering when I check the Emails logs, but it should sent only one to all group members.
Custom Notification is created on: sysapproval_approver table
When to send: Record inserted or updated
Inserted is True(Ticked) only
Updated is False(Unticked)
Kindly help me to fix this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:11 AM
We dont have workflow in Change. so is there anyway we can do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:13 AM
Then how the approvals are triggered, can you give that screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:16 AM
My requirement is, when a approval task is generated I need to send email notification all group members so that they will click on approve link, once they click on approve link it should redirect to sysapproval_approver record so that they will aprrove or reject it. Kindly help on how to achieve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:27 AM
In that case you need to send multiple notifications one for each user in the group, as the approval link is different for each user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:38 AM
If possible can you help me with the steps or any script?