Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Learning: Resource Alert - Deeplink not working
Summary
Resource Alert Deeplink (of the learningitem) is not respondingContent
Upon clicking the deeplink from the email body, it is navigated to the application login screen. Upon logging in, the page is blank.
Below is the Message content
Dear ${AlertUtils.write(learnerLearningRecords.assignedToDisplayName)},
Below course has been assigned to you:
${AlertUtils.write("<table border=\"1\"><tr><th>Learning Item Title</th> <th>Assigner Name</th><th>Due Date</th><th>Assigned On</th><th>Deep Link</th></tr>")}
${AlertUtils.loop('learnerLearningRecords','<tr><td>${learningItemTitle}</td><td>${assignerDisplayName}</td><td>${AlertUtils.formatDate(assignmentDueDate,\'dd-MMM-yyyy\')}</td><td>${AlertUtils.formatDate(assignmentCreatedDate,\'dd-MMM-yyyy\')}</td><td><a ${href}="${learningItemDeepLink}">${learningItemTitle}</a></td></tr>')}