Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

What is the syntax to configure Manager's Manager email reminders in Campaign

harishyara
Regular Contributor
Regular Contributor

Hi All,

We have a use case where 4th and 5th reminders needs to be sent to Manager's manager for Campaigns. Please suggest the syntax/configuration to make this feature works.

@rushikeshvartak @dgandhi @Manu269 

Regards,

Harish

6 REPLIES 6

dgandhi
All-Star
All-Star

Try below in your email template configuration:

${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.

Saathvik
All-Star
All-Star

Try this ${manager?.manager.email}


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

rushikeshvartak
All-Star
All-Star

What is syntax used for 1-3rd reminders ?


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak  - Syntax used for 1-3 reminders is ${users?.email}

 ${users?.manager?.manager?.email}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak  ${manager?.email} this worked for me Thank you all!!