04/19/2023 10:17 AM
Hi Team,
The email template which triggers to a certifier on a campaign being launched, can we include the names of the users whose access the particular certifier needs to certify.
If yes, please help me with the suitable binding variable in order to achieve it.
Thanks in advance.
Solved! Go to Solution.
04/19/2023 10:40 AM
Hi @Debankita
Can you check below binding variables and see if this helps?
Binding variables:
The following table provides a description of the binding variables used for creating this email template:
${users?.email} | Obtains the email ID of the assignee. |
${campaign?.campaignName} | Obtains name of the campaign. |
${certification?.cert_name} | Obtains the name of the certification. |
${campaign?.campaignOwner?.username} | Obtains the name of the Owner. |
${originalCertifier?.username} | Obtains the name of the certifier. |
${users?.username} | Obtains the name of the assignee. |
${certificationUsers} | Obtains the name of the certification users. |
I havent tried the same in my project but you can give this a try.
Below is the document link:
Thanks
04/19/2023 12:45 PM
Hi @Debankita ,
The names of the users whose access the particular certifier needs to certify is not supported. You can only fetch the certifiers details using the variable -
${certificationUsers} - This will fetch the details of the certifier only.
Thanks.
04/26/2023 10:29 AM
Hi ,
Can Saviynt team update the document as below statement is confusing.
Thanks
04/27/2023 04:21 AM
@dgandhi Noted. We will update the doc.