Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/25/2024 06:52 AM
Hi everyone,
Does anyone know how to acquire the certifiers email address in the email template?
I tried ${certifiers}, ${certifiers.email} and ${certifiers?.email}
The output of y
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}} looks like this:
certifiers = USER-ID
certificationUsers =
delegateEmail =
campaign = com.saviynt.ecm.campaign.domain.Campaign : 6974
delegateUser =
campaignOwnerAndTheirDelegateEmailList = campaign@owner.de
baseUrlForEmail = https://release-n-plus-one.saviyntcloud.com/ECM
usersManager =
secondarycertifier =
out = java.io.PrintWriter@123cff44
[certifiers:USER-ID, certificationUsers:, delegateEmail:, campaign:com.saviynt.ecm.campaign.domain.Campaign : 6974, delegateUser:, campaignOwnerAndTheirDelegateEmailList:campaign@owner.de, baseUrlForEmail:https://release-n-plus-one.saviyntcloud.com/ECM, usersManager:, secondarycertifier:, out:java.io.PrintWriter@123cff44]
Cheers 🙂
Solved! Go to Solution.
07/25/2024 07:03 AM
Certifier (Use this binding variable): ${users.email}
Certifiers Manager (Use this binding variable) : ${usersManager?.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/25/2024 07:09 AM
@dgandhi - It seems ${users} is not exposed during Application Owner Campaigns
07/25/2024 03:40 PM
Validate campaign table stores certifier ?
07/25/2024 11:25 PM
07/26/2024 12:43 AM
Well, turns out the Campaign Preview supports a completely different set of attributes in the email templates, than active campaigns.
😐
07/26/2024 06:10 AM
So, is it like below attribute worked in Campaign Creation Email notification but not for Preview email notification?
Certifier (Use this binding variable): ${users.email}
Certifiers Manager (Use this binding variable) : ${usersManager?.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/26/2024 06:13 AM
Yes,
Primary: ${users?.email}
Secondary: ${secondarycertifier}
worked. But only, when you Create the campaign, not when you run the Preview.