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

Attribute Campaign Reminder Mail Template

HichamElk
Regular Contributor
Regular Contributor

Hi,

We are configuring mail template for campaign reminders.

We want to show the message 

"This message is a reminder that a Rights Review must be completed by DD/MM/YY at HH:MM. "

In Saviynt's documentation, I don't have an attribute for enddate of a campaign to show on this format "DD/MM/YY at HH:MM." 

Any help

Thank you

2 REPLIES 2

stalluri
Valued Contributor
Valued Contributor

@HichamElk 
Use this variable:  ${campaign?.endDate.format('yyyy-MM-dd')}.

Spoiler

This will show you the list of complete exposed attributes.

TO : Hardcode your Email address.
CC/BCC & Subject:
Don't use dynamic variables.
Add only below code in Email Body:
${this.binding.variables.each {STkey, STvalue -> println "<div style='margin-left:20px;'><strong>$STkey</strong>: $STvalue</div><br>"}}




Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star

 

${campaign?.endDate.format('dd/MM/yy \'at\' HH:mm')}


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