You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Learning Alerts

edited Jun 2, 2020 3:08PM in Learning 2 comments

Summary

Need code to pull in Offering Name

Content

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!