Your UX is waiting ...interact, engage, explore in Las Vegas at CloudWorld 2023

Learn more
Group alerts for ILT Offering activities with start and end details — Cloud Customer Connect
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

Group alerts for ILT Offering activities with start and end details

Question
23
Views
0
Comments
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!