For more information, please refer to this announcement explaining best practices for getting answers to questions.
Resource Alert EL expression returning wrong dates
Content
Hi,
We have created a resource alert to send a reminder email 14 days before the offering date. When we triggered the email, we noticed the EL tags are returning wrong value in oracle.
We tried various EL tags to get the offering start date and all of the below expressions returned assignment creation date instead of actual offering start date.
${AlertUtils.formatDate(selectedCourseOfferings.offeringStartDate, 'MMM dd,yyyy')}
${learnerLearningRecords.completionDetails.primarySelectedCourseOffering.offeringStartDate}
${learnerLearningRecords.completionDetails.selectedCourseOfferings.offeringStartDate}
${learnerLearningRecords.primarySelectedCourseOffering.offeringStartDate}
How can we resolve the issue. It looks like a bug within oracle.
Thanks,
Sanjay Kalingu