You need to sign in to do that
Don't have an account?

How to send email notification to users who are following the case
Hi,
Multiple users are following a case and when status of case gets changes, all users who are following case should notified throgh email.


Any help is really appreciated .
Thanks,
Naveen.
Multiple users are following a case and when status of case gets changes, all users who are following case should notified throgh email.
Any help is really appreciated .
Thanks,
Naveen.
You need to write Trigger for case object. And do your logic of listing out all the follower user id and send the email.
Thanks.