Get Started with Redwood for Oracle Cloud HCM Begin Now
Alert Composer - Name appears for each course in table
Summary
How to get the display name to only appear once?Content
Here is the sample template. how do we get so the display name only appears once and not for each learning item in table? Thank you
Dear ${AlertUtils.person(learnerLearningRecords. assignedToId).DisplayName} ,
BODY TEXT
${AlertUtils.write("<table border=\"1\"><tr><th>Learning Item Title</th><th>Learning Item Type</th><th>Link</th><th>Due Date</th></tr>")}
${AlertUtils.loop('learnerLearningRecords','<tr><td>${learningItemTitle}</td><td>${learningItemTypeMeaning}</td>
<td>Click <a ${href}="${learningItemDeepLink}">here</a></td><td>${AlertUtils.formatDate(assignmentDueDate,\'MMM-dd-yyyy\')}</td></tr>')}
${AlertUtils.write("</table>")}
Tagged:
0