Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Remind learners 7 days before an instructor-led offering is starting (Alerts Composer)
Content
Hi all,
we are trying to create an Alert which reminds Learners 7 days before an activity of an offering, they are enrolled, for starts.
There fore we created the following Alert:
learnerLearningRecords/selectedCourseOfferings | |
Expressions | ${assignmentSubStatus} = 'ORA_ASSN_REC_NOTSTARTED' |
${offeringDeliveryMode} = 'ORA_ILT' | |
Ressource 2 | learnerLearningRecords/selectedCourseOfferings/completionDetails |
${activityDate} = sysdate+7 |
If we replace the second ressource by ${activityDate} = sysdate>=7 & ${activityDate} = sysdate<=8 in result the mail is sent to every Learner who is enrolled for an offering in the future but not only in the next 7 days.
Does anyone know how to manage Alerts-Reminder only for activities in the next 7 days.
Tagged:
2