cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can GRC Notification Template body have data in table form?

Former Member
0 Likes
371

Hi,

My client has requirement that when an notification email is triggered to user/approver, apart from link, bold, italic - there should be details on request number, priority, functional area. All these fields information should be in a form of table.

Request Number 101

Priority High

Accepted Solutions (0)

Answers (1)

Answers (1)

vijayakumarsuth
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Sheenam,

I would suggest you to use the HTML tag in your template document for example the snippet provided below, which could lead you to achieve your requirement or you can use <table></table> tags further as well.

<BR>

Request Number <%REQUEST_NUMBER%>

<BR>

Request Type <%REQUEST_TYPE%>

<BR>

Regards,

Vijay.