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
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Group alerts for ILT Offering activities with start and end details

edited May 7, 2022 11:05AM in Learning

Summary:


Content (required):

Hi there,


I use this digest successfully to get a table with all the learning items that are pending for a learner


Group by

${learnerLearningRecords.assignedToId}


${AlertUtils.write("<table border=\"1\"><tr><th>Course name</th> <th>Assigned by</th> <th>Assigned On</th> <th>Due Date</th></tr>")} ${AlertUtils.loop('learnerLearningRecords','<tr><td>${learningItemTitle}</td><td>${assignerDisplayName}</td><td>${AlertUtils.formatDate(assignmentCreatedDate,\'dd-MMM-yyyy\')}</td><td>${AlertUtils.formatDate(assignmentDueDate,\'dd-MMM-yyyy\')}</td></tr>')} ${AlertUtils.write("</table>")}


It gives something like




I want to have something similar for ILT offering activities with link to join. A table that would look something like that.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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