Example Resource Alert Filter for Pending Seat Acceptance Notifications

Here's an example of a resource alert filter that you could use to notify learners that they've a seat to accept or decline.

Entered Pending Seat Acceptance Date:

TRUNC(${selectedCourseOfferings.enteredPendingSeatAcceptanceDate}) >= ${AlertFilterUtils.addDays(AlertFilterUtils.getCurrentDate(),-1)} AND TRUNC(${selectedCourseOfferings.enteredPendingSeatAcceptanceDate}) <= ${AlertFilterUtils.getCurrentDate()}
Status:
${selectedCourseOfferings.assignmentStatus} = 'ORA_ASSN_REC_PENDING_SEAT'
Learning Type:
${learningItemType} = 'ORA_COURSE'