06/06/2023 03:17 AM
I'm trying to configure the email template for the service account creation task completion. I tried to call the dynamic attribute in the email template but Saviynt through an error. I referred to this documentation: Creating and Managing Email Templates Please let me know if the above request is possible.
06/06/2023 03:20 AM
validate via below :
Email template supported variable
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
06/06/2023 03:29 AM
my dynamic attribute name is accttype , how exactly I can call it in my email template?