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

Custom Alert with Offering Details

Summary:

We are trying to include Offering details within the template on an alert to notify a learner when they are moved from Waitlisted to Confirmed (i.e. Not Started). The alert doesn't generate a notification when the offering information is included i.e.

${AlertUtils.write('<div style ="text-align: left,"><table border="1"><tbody><tr><th>Learning Item Title</th><th>Offering Start Date</th><th>Assigner Name</th><th>Link to Learning Item</th><th>Add to Calendar Link</th></tr>')}

${AlertUtils.loop('learnerLearningRecords','<tr><td>${learnerLearningRecords.primarySelectedCourseOffering[0].learningItemTitle}</td> <td>${AlertUtils.formatDate(learnerLearningRecords.primarySelectedCourseOffering[0].offeringStartDate,\'dd-MMM-yyyy\')}</td><td>${assignerDisplayName}</td><td>Click <a ${href}="${learnerLearningRecords.assignmentDetailsDeepLink}">here</a> to start the learning</td><td>Open Oracle then click <a ${href}="${learnerLearningRecords.completionDetails[0].addToCalendarLink}">here</a> to download calendar invite.</td></tr>')}${AlertUtils.write('</tbody></table></div>')}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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