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

  • About Us
    Who is RIO Education? Experience RIO in action Customer go-live events Our Partners Housekeeping
  • RIO Insights
    Careers
  • RIO Recipe
    Project Management & Governance Discovery Design & Prototype Build & Implementation UAT Deployment & Metadata RIO Recipe: Training Certification Process
  • Install RIO Education
    Configuration Integration with RIO Extension Package Installer Products
  • Releases
    Release Notes
  • Support
    Support FAQs Feature Articles Deep Dive RIO Academy Updates for other products
+ 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 Education

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

CONTACT

E:  getinfo@wdcigroup.net

  • Privacy
  • Terms of service

Definition by Author

0
0
Expand