Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/07/2023 09:09 AM
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
Solved! Go to Solution.
07/07/2023 09:13 AM - edited 07/07/2023 09:13 AM
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.
07/07/2023 09:19 AM
Try this ${manager?.manager.email}
07/08/2023 08:50 AM
What is syntax used for 1-3rd reminders ?
07/10/2023 11:36 AM
@rushikeshvartak - Syntax used for 1-3 reminders is ${users?.email}
07/10/2023 12:34 PM
${users?.manager?.manager?.email}
08/04/2023 11:36 AM