For more information, please refer to this announcement explaining best practices for getting answers to questions.
Alerts are triggered for the courses which were already end dated
Summary:
Hi,
We have end dated a course which is already assigned to the users. But still alerts are triggering for end dated courses.
Is there any feasibility to stop the notifications from triggering for end dated courses.
We have already added this filter in the Alert:"Required Learning is Past Due - Weekly"
Expression 1 :${assignmentDueDate} <= sysdate
Expression 2 : exists (SELECT 'X' FROM WLF_LEARNING_ITEMS_F_VL WHERE SYSDATE BETWEEN EFFECTIVE_START_DATE and EFFECTIVE_END_DATE and SYSDATE BETWEEN START_DATE and END_DATE)
Even after adding above filters users are getting notified about end dated Courses.
Steps followed to end date the course: Navigator> My Client Group> Learning> Courses> Searched for the Course , edit it and provided Publish End Date against the Course.