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

Requested entitlement in tabular format in email template

rahul_p
Regular Contributor III
Regular Contributor III

Hello,

We are sending email post submission of entitlement request for one of the application. To print all requested entitlements, we are using ${entitlementshtmltablerows} binding variable.

It is printing all the group name in comma separated values.

We want to show the values in table format, is it possible? If yes, then how?

Regards,

Rahul

 

10 REPLIES 10

rushikeshvartak
All-Star
All-Star

Please use ${entitlementshtmltablerowsv3}


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

rahul_p
Regular Contributor III
Regular Contributor III

With ${entitlementshtmltablerowsv3}, its giving other details of entitlements like start date , end date etc. but values coming comma separated only.

Regards,

Rahul

Does html flag is ticked on email template 


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

rahul_p
Regular Contributor III
Regular Contributor III

Hi @rushikeshvartak ,

Please find below screen snippet:

rahul_p_0-1703060024294.png

 

We used ${entitlementshtmltablerows} and ${entitlementshtmltablerowsv3}, with both binding variable values coming comma separated only.

Regards,



<table>
<tr >
<th style="background: rgb(255, 192, 0);vertical-align: top;">
<p >Application</span></strong></p>
</th>
<th style="background: rgb(255, 192, 0);vertical-align: top;">
<p >Entitlement</span></strong></p>
</th>
<th style="background: rgb(255, 192, 0);vertical-align: top;">
<p >Entitlement Description</span></strong></p>
</th>
<th style="background: rgb(255, 192, 0);vertical-align: top;">
<p >Display Name</span></strong></p>
</th>
<th style="background: rgb(255, 192, 0);vertical-align: top;">
<p >Business Justification</span></strong></p>
</th>
</tr> ${entitlementshtmltablerowsv3}
</table>


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

Hello @rahul_p 

Try like this in advanced HTML Css.

<p><B>Access Requested: </B> <br>
<table>
<tr>
<th>Endpoint</th>
<th>Entitlement </th>
<th>Description </th>
<th>Glossary</th>
<th>Start date & end date </th>
</tr> ${entitlementshtmltablerowsv3}</table></p>

 

Regards,

Sampritha R

If this was helpful, please accept this as a solution 

rahul_p
Regular Contributor III
Regular Contributor III

@rushikeshvartak @Sampritha_r ,

I will check your suggestions in sometime and respond.

Thanks,

Rahul

Manu269
All-Star
All-Star

@rahul_p did you check this :

Manu269_0-1704462449769.png

 

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

rahul_p
Regular Contributor III
Regular Contributor III

Hello @Manu269 ,

This I checked but it did not help.

Thanks!

rahul_p
Regular Contributor III
Regular Contributor III

Hi All,

Just FYI, tags which I used are:

<div> <table border="1" cellspacing="0" cellpadding="0">

<tr> <th>Application</th>

<th>Entitlement(s)</th>

</tr> ${entitlementshtmltablerows} </table> </div>

 

Thanks,

Rahul