Hi All,
We need to notify managers via email when a user’s lifecycle state changes. However, we would like to exclude the CEO and CFO from receiving these notifications. How can this be configured?
Hi All,
We need to notify managers via email when a user’s lifecycle state changes. However, we would like to exclude the CEO and CFO from receiving these notifications. How can this be configured?
You can modify the email template and add logic in the subject to exclude that specific user by using the #stop option which makes it so the email is not sent. Here is an example of code you can add to the subject line.
#if($user.email == 'tyler.rettkowski@testorg.com')#stop#end Email Template Subject...
better use a workflow for this.
@ganesh-kandel5050 As Tyler mentioned you can change the subject line also on top of that instaed of checking email check title and skip the email