Learning Alerts
Summary
Need code to pull in Offering NameContent
Hello,
Looking to see if anyone knows the code to use in an alert to bring in the Offering Name. Oracle documents tell how to pull in the Learning Item Title ${learningItemTitle}. However, Need to pull in the Offering Title.
Code Snippet
${AlertUtils.write("<table border=\"1\"><tr><th>Learning Item Title</th> <th>Assigner Name</th></tr>")} ${AlertUtils.loop('learnerLearningRecords','<tr><td>${l earningItemTitle}</td><td>${assignerDisplayName}</t d></tr>')} ${AlertUtils.write("</table>")}
Tagged:
0