RIO Ready: Schedule Generation Functionality
The Schedule Generation functionality allows users to generate a report of a Student or Faculty Schedule.
This functionality utilizes an apex trigger to create Schedule records that are used to generate report of a Student or Faculty Schedule when requested.
What's included:
Flow:
- A custom screen flow “REDU Create Course Schedule” has been setup.
- This flow will rollup the total amount of Program Application looking up to the Program Offering Capacity.
Apex Class:
- A custom apex trigger called redu_SC_CreateSchedule_TDTM has been setup.
- This trigger will create Schedule records that are used to generate report of a Student or Faculty Schedule.
Schedule Template:
- Customize by changing the images and static text.
- When the Schedule generation is initiated, the process will automatically merge values into the template and attach the final version as a file that belongs to the Student or Faculty.
To set this up, you can follow the steps here.