What is the use of sent to event creator checkbox in notification?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 05:13 AM
Hi I am triggering notification through event -
BR (after insert) -
gs.eventQueue('Notify_Assigned_to',current,current.assigned_to,"");
Here whats happening if i am checking event parm1 checkbox only then the mail is not triggering
if i am checking both event parm1 and event parm 2 the mail is also not triggering.
but if i am checking sent to event creator,event parm 1 and parm 2 box then the mail is triggering.
Can anyone tell me what should be exactly the right step to follow? and whats happening exactly?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2018 12:41 AM
Mark an answer as correct so that the thread can be removed from unanswered category
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2018 12:54 AM
Please check my question to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2018 12:49 AM
Hi i got the differences between the checkboxes but -
when i am setting my BR as before insert, the mail is triggering for event parm 1.
but for After insert the mail is not showing up in mailbox. why??
Can you explain it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2018 12:55 AM
Check whether the event is getting generated in the event queue and keep refreshing the logs and check if there are any errors logged
Keep refreshing the sent emails as sometimes there is a chance that it will be not reflecting that immediate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2018 12:59 AM
Ok thank you