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

How to Get Data of Particular Column in Email Template Subject

Samujjal_Ghosh
New Contributor
New Contributor

Hello,

I have a report with Week Number as a column where all the data in the week column is same.

I want to add that data to the subject of the email 

Example:  Deactivation File for Week 34

(where 34 is the week number)

 

3 REPLIES 3

Raghu
All-Star
All-Star

@Samujjal_Ghosh  can you share email template body


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Email subject -
Fichier desactivation des comptes de la semaine {week number to be calculated based on 7 days in the past}

Email body -
Please find attached the weekly report for terminated users in France for the previous week.
This report was generated by Saviynt Prod instance on (today's date/time).

Thank you

rushikeshvartak
All-Star
All-Star

Use below code 

rushikeshvartak_0-1724849698418.png

rushikeshvartak_1-1724849715114.png

Rushi Deactivation File for Week ${Calendar.getInstance().get(Calendar.WEEK_OF_YEAR)} Java

 


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