RIO Ready: Student Request Components
StudentRequest_Package
Components for the Student Request functionality.
Name | Type | Description |
---|---|---|
redu_Student_Request | Flow |
The main flow that handles the following student requests:
|
reduTransferCreditList | LightningComponentBundle | The main custom component that handles the credit transfer feature in the student request flow above. |
reduCustomLookupLwc |
LightningComponentBundle | This custom component is part of the credit transfer wizard. |
reduCustomLookupResultLwc |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
reduTransferCreditApprovalList |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
reduTransfercreditEdit |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
reduTransfercreditlistcustomdatatable |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
reduTransfercreditlistcustomdatatableApprovecell |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
reduTransfercreditlistcustomdatatablePediscreqgroupcell |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
reduTransfercreditlistcustomdatatablePegroupcell |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
reduTransfercreditlistcustomdatatablecustomcol |
LightningComponentBundle |
This custom component is part of the credit transfer wizard. |
redu_ApplicationException |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_CustomLookupController_LCTRL |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_CustomLookupController_LCTRL_TEST |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TC_CustomSetting_UTIL |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TC_LinkCourseConnection_TDTM |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TC_LinkCourseConnection_TEST |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TC_TestDataFactory_UTIL |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TC_ValidateMaxCredits_TDTM |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TC_ValidateMaxCredits_TEST |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TransferCreditList_LCTRL |
Apex Class |
This custom component is part of the credit transfer wizard. |
redu_TransferCreditList_LCTRL_TEST |
Apex Class |
This custom component is part of the credit transfer wizard. |
Case.redu_Related_Course_Enrollment__c |
Custom Field |
This is to link the student request (case) to the related Course Enrolment record. |
Case.redu_Related_Program_Enrollment__c |
Custom Field |
This is to link the student request (case) to the related Program Enrolment record. |
Case.redu_Type_of_Variation__c |
Custom Field |
Type of variation for the Variation of Enrolment request. |
hed__Program_Plan__c.redu_Max_Transfer_Credits_Allowed__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__RIO_Education_Settings__c.redu_Agreement_Active_Statuses__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__RIO_Education_Settings__c.redu_Program_Completion_Fee_Due_Days__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__RIO_Education_Settings__c.redu_Transfer_Credit_Approved_Statuses__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__RIO_Education_Settings__c.redu_Transfer_Credit_Grade_Result__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__RIO_Education_Settings__c.redu_Transfer_Credit_Release_Grades__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__Program_Offering__c.redu_Approved_Applications__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__Program_Offering__c.redu_Maximum_Approved_Applicant_Count__c |
Custom Field |
This is part of the credit transfer automation. |
rio_ed__Program_Offering__c.redu_Program_Name_F__c |
Custom Field |
This is part of the credit transfer automation. |
Transfer_Credits_Approval |
Custom Tab |
This is part of the credit transfer automation. |
rio_ed__Agreement_Course__c |
Custom Tab |
This is part of the credit transfer automation. |
rio_ed__Agreement__c |
Custom Tab |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c |
Custom Tab |
This is part of the credit transfer automation. |
Transfer_Credits_Approval |
FlexiPage |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c.All |
List View |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c.Approved |
List View |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c.Pending_Approval |
List View |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c.Rejected |
List View |
This is part of the credit transfer automation. |
rio_ed__Program_Application__c.redu_Cannot_Approve_more_than_allowed |
Validation Rule |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c.redu_Cannot_Approve_Without_Approved_Req |
Validation Rule |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c.redu_Cannot_Approve_Without_Prog_Enrlmnt |
Validation Rule |
This is part of the credit transfer automation. |
rio_ed__Transfer_Credit__c.redu_Student_Prevent_Stud_Edit_NonDraft |
Validation Rule |
This is part of the credit transfer automation. |
Case.Student_Request |
RecordType |
This is a new record type that is used for student request creation. |