席の受入待ち通知のリソース・アラート・フィルタの例

受諾または辞退する席があることを学習者に通知する際に使用できるリソース・アラート・フィルタの例を次に示します。

入力された席の受入待ち日:

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'