What is the use of sent to event creator checkbox in notification?

PP12
Giga Contributor

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.

find_real_file.png

Can anyone tell me what should be exactly the right step to follow? and whats happening exactly?

17 REPLIES 17

Mark an answer as correct so that the thread can be removed from unanswered category 

Thanks,

Siva

PP12
Giga Contributor

Please check my question to you.

PP12
Giga Contributor

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?

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 

 

PP12
Giga Contributor

Ok thank you