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.
Creating Alert for Cancelling Scheduled Training Learning Are Enrolled In
Summary
Creating Alert for Cancelling Scheduled Training Learning Are Enrolled InContent
Hello, I'm trying to create an alert for a cancelled activity that's scheduled in Learning.
To cancel, I'm following:
Step 1: Put a publish end date to learning item
Step 2: Select all the enrolled learners who are In Progress or Not started status and choose action as 'Withdraw'
Here is the current alert I have setup, but it's not triggering any notifications.
LearnerLearningRecord
${assignmentStatus} = 'ORA_ASSN_REC_DELETED'
${reasonCode} = 'ORA_SEPC_DEL'
exists (SELECT 'x' from dual where ${assignmentLastModifiedDate} >= (select nvl(max(runs.run_end),sysdate-1) from hrc_alert_runs runs, hrc_alerts_b alerts where runs.alert_id = alerts.alert_id and alerts.alert_code = 'A5798C6457F46637E053847F230A407B'))
0