Implementing Program Discipline
Table of Contents
To implement Program Disciplines, there are a few areas to set up. Read the following to setup the Program Disciplines accordingly:
Program Discipline Data
Before the Program Disciplines are available for the students to enroll into, the relevant data must be ready. These data are:
Program Discipline Data
- This is the data that is created under the Program Plan.
- This is the data that represents the discipline itself, e.g. Major and Minor.
- For example:
- Program Plan: Bachelor of Business Administration (Version 2).
- Program Discipline: Business Analytics (Major).
- Program Discipline: Statistics (Minor).
- Program Plan: Bachelor of Business Administration (Version 2).
Discipline Requirement Data
- This is the data that represent the requirements for each Program Discipline.
- The data is separated into 2 dimensions:
- Discipline Requirement (Group) - the requirement group of the Discipline that the student will need to fulfil (can be required or optional).
- Discipline Requirement (Course) - the Course under a certain Discipline Requirement (Group) that the student will need to undertake (can be required or optional).
For more details, please see the Master Data Template Guide - Program Discipline and Master Data Template Guide - Discipline Requirement.
Discipline Enrollment Wizard
Once the data is ready, you will also need a discipline enrollment wizard to enable internal users to enroll the students into the disciplines (on behalf of the students). This is something you will need to setup within RIO Education; at the Program Enrollment page.
Step 1:
Create a custom lightning component. To do this:
- Go to the ”Setup” icon > Developer Console > File > New > Lightning Component.
- Enter redu_myMajors into the Name field. Leave the rest blank and click “Submit”.
- In the next page, replace the content to the following.
- Once done, save the content. (File > Save).
Step 2:
Drag the newly created component into the page:
- Go to one of the Program Enrollment record. Then go to the ”Setup” icon > Edit Page.
- In the page edit mode, click on the “PE Disciplines” tab.
- Search for “redu_myMajors” custom component. Once found, drag and drop it into the “PE Disciplines” tab.
- Save the page.