Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Campaign reminder

AJ23494
New Contributor II
New Contributor II

Hi Team , 

I want to copy the manager's manager email in cc from 2nd reminder onwards . is there a attribute defined for the same ?

 

Thanks & Regards 

Ankit Jindal 

3 REPLIES 3

naveenss
All-Star
All-Star

Hi @AJ23494 ,

Can you try the below variable and let me know if this helps? In case of any error, please share the logs

${manager?.manager?.email}
Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

dgandhi
All-Star
All-Star

Please use below and check.

${com.saviynt.ecm.identitywarehouse.domain.Users.get(manager?.manager).email} 

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

sk
All-Star
All-Star

Did you try ${manager.manager.email}?


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.