Approval email notification not getting triggered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 02:11 AM
Hi guys,
I am facing an issue with the email notification. The email notification for the approval table is not being triggered. The notification should be triggered for the manager of the current user.
These notifications are created as part of catalog.
REF::
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 02:45 PM
Hemanth,
THere's a few things you can try..
1st check the user's manager has an email address.. The system won't send to blank emails.. Next try to remove your filter to see if it's filter based. If it is filter based try to adjust..
I'm a bigger fan of using events for approvals since i can trigger then via background script. Also i can test the logic filter a bit eaiser. Most of the approvals use events. For an example look at the business rules on the approval table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 02:51 PM
You should first evaluate your filter condition and make sure that is not stopping the email notification from triggering.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 02:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 08:11 AM
Hi All,
Apologizes for the delay in responding back, I figured out the mail notification was working fine were in i had used "variable sets" which was the issue to fetch the manger name(approver) and trigger a notification, this variable set was inherited from another catalog, once i created a new variable with the reference to auto-populate manager name, I was able to send the notification.
Thanks for all your help. Have a great day..!
Regards,
Hemanth