08/29/2023 02:53 PM
Hi,
I am trying to configure an email template for analytics but getting an error in doing so.
1. Here is the body I'd like my email template to have:
"Please find the list of all failed jobs.
<table>
<tr><th>JOBNAME</th><th>JOBSTARTDATE</th><th>JOBENDDATE</th><th>RESPONSE</th><th>TRIGGERNAME</th></tr>
<%int count=Integer.parseint(“${ANALYTICSDATA.size()}”); for(int i=0;i<count;i=i+1){%><tr><td>JOBNAME: ${ANALYTICSDATA.'JOBNAME'[i]}</td><td>
JOBSTARTDATE: ${ANALYTICSDATA.'JOBSTARTDATE'[i]}</td><td>
JOBENDDATE: ${ANALYTICSDATA.'JOBENDDATE'[i]}</td><td>
RESPONSE: ${ANALYTICSDATA.'RESPONSE'[i]}</td><td>
TRIGGERNAME: ${ANALYTICSDATA.'TRIGGERNAME'[i]}</td></tr><%}%>
</table>"
2. Here is the error I am seeing after updating the template:
NOTE: The changes do NOT save
3. Here is the Saviynt documentation I am referencing to make my changes: https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter06-EIC-Configurations/Creati...
Can anyone provide any guidance on how to proceed to update the template?
Thanks,
Mariella
08/29/2023 09:37 PM
Please raise FD ticket with DEVOPS to allow ${} character while saving email template