- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2017 12:21 AM
Hi All,
I'm facing issue with the Notification. I'm triggering the notification using the event. The event is generated through workflow. Event Param 1 contains Email ID. I can see the params in the event logs but, no luck with the notification. Checked all the settings and notification preferences. Can someone help me fixing this issue
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2017 02:33 AM
Thanks for the response. I couldn't figure out that issue, hence used dot walking to pick the email ID and used event to trigger the notification. It worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2017 02:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2017 03:07 AM
Hi Akbar,
For our better understanding, could you please provide here the snapshot of the Server Side code (I guess it would be Business rule or Scheduled Job) using which you are firing the Event?
Even after the trigger conditions meet, an email will not get triggered only when the below points are met. Please cross check the points below and let us know.
1. 'Send to Event creator' is not checked in the Notification.
2. The intended recipients are not 'Active' or 'Locked out'.
3. The intended recipients have 'Notification' set to 'true' in their corresponding user profile.
I hope this helps. Please mark correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2017 06:23 PM
Hi kakbar,
May I know the status of this thread? Were you able to have a look at my response? Please let us know if any further assistance is required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2017 10:15 PM
Double check your event name. You may have a typo in your eventQueue call. Lastly, check the 'state' of the event once it has been processed. Is the result 'error' or 'processed'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2017 10:52 PM
Hi Akbar,
Have you checked the weight of the notification is there any other notification which gets trigger on the same table which you are using and that too with low weight , as a result there might be chances of your notification not getting triggered .
Please mark if correct/helpful