ImBlaze Educator Mobile App > STEP 3
Advisors can receive alerts as notifications on their ImBlazeEd mobile apps if students have not checked-in to their internships after their scheduled check-in time.
These reminders are sent out by a scheduled job that runs every 5 minutes. Follow the below steps to schedule the job.
Steps to execute Schedule Jobs:
Click on Setup
Click on Developer Console
Click on Debug from top menu.
Click on Open Execute Anonymous Window option
Enter the code snippet into the modal window. (imblaze.AdvisorReminderScheduler.scheduleIn5MinuteIntervals(); )
Click on Execute.
Confirm that the job got scheduled successfully. Go to Set Up -> Scheduled Jobs -> You should see entries as below.