Custom alert to learner: Reminder of upcoming instructor-led activities
Summary:
Hello, I have created an alert to be sent to the learner when there are upcoming instructor-led activities, it is not working. It runs fine but just doesn't pick up any of the test data I have created (I have created test data for activities over the next week).
Content (please ensure you mask any confidential information):
These are the filters I am using:
Resource: learnerLearningRecords
${assignmentStatus} = 'ORA_ASSN_REC_ACTIVE'
${learningItemType} = 'ORA_COURSE'
Resource: learnerLearningRecords/primarySelectedCourseOffering
${assignmentStatus} = 'ORA_ASSN_REC_ACTIVE'
${offeringDeliveryMode} = 'ORA_ILT'
Resource: learnerLearningRecords/primarySelectedCourseOffering/completionDetails
${activityDate} <= ${AlertFilterUtils.addDays(AlertFilterUtils.getCurrentDate(),+3)}
${activityDate} >= ${AlertFilterUtils.addDays(AlertFilterUtils.getCurrentDate(),+2)}}