US English (US)
ES Spanish

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Log in
English (US)
US English (US)
ES Spanish
  • Home
  • Help & Support
  • RIO Recipe
  • Build & Implementation

Implementing Program Discipline

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • RIO Certification
    RIO Certification Program RIO Academy RIO Challenge RIO Recipe Training
  • Releases
    Release Notes
  • Help & Support
    Install RIO Education RIO Insights RIO Recipe Support
  • About Us
    Who is RIO Education? Start Your RIO Journey Housekeeping
  • Experience RIO in action
+ More

Table of Contents

Program Discipline Data Program Discipline Data  Discipline Requirement Data Discipline Enrollment Wizard Step 1: Step 2:


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).


Discipline Requirement Data

  • This is the data that represent the requirements for each Program Discipline.
  • The data is separated into 2 dimensions:
    1. Discipline Requirement (Group) - the requirement group of the Discipline that the student will need to fulfil (can be required or optional).
    2. 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:

  1. Go to the ”Setup” icon > Developer Console > File > New > Lightning Component.
  2. Enter redu_myMajors into the Name field. Leave the rest blank and click “Submit”.
  3. In the next page, replace the content to the following.
  4. Once done, save the content. (File > Save).


Delete

Info

<aura:component implements="flexipage:availableForAllPageTypes,force:hasRecordId" access="global">

    <aura:attribute name="recordId" type="Id" access="global" />

 

    <!-- RIO Education myMajors component -->

    <rio_ed:myMajors programEnrollmentId="{!v.recordId}"/>

 

</aura:component> 


Step 2:

Drag the newly created component into the page:

  1. Go to one of the Program Enrollment record. Then go to the ”Setup” icon > Edit Page.
  2. In the page edit mode, click on the “PE Disciplines” tab.
  3. Search for “redu_myMajors” custom component. Once found, drag and drop it into the “PE Disciplines” tab.
  4. Save the page.

 


Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • RIO Ready Overview
  • RIO Education: Transcript Setup
  • Flow Screen Stages
  • Components in the Admissions process
  • Consideration for implementing Record Type
RIO Education

RIO Education, a WDCi Company. This information is proprietary, confidential and protected by copyright ©2024.

CONTACT

Get in touch

  • Privacy
  • Terms of service

Knowledge Base Software powered by Helpjuice

Definition by Author

0
0
Expand