RIO Ready 1.0/2.0 Release Notes
Enhancements, new features, and bug fixes
Table of Contents
For more information on setting up RIO Ready, head here.
RIO Ready 1.0/2.0
Bug Fixes
ISS-001218 Flaw in the Payment handler with Funding Allocation
There was a flaw in the RIO Ready Payment component and involved erroneous Funding Allocation check. The information is not used by RIO Ready Payment component, but never the less the fact that it checks for the Funding Allocations result in the payment system halting on error when Funding Allocation records with bad data (missing Amount) is present in the system.
We've removed this check on Funding Allocation (as the data was not used nor needed in the first place for this version of Payment) from the RIO Ready code in the repository.
Note: This has been updated in RIO Ready TSO and Github Repo.
See also: RIO Ready: Payment
ISS-001241 Sheet Column Name and Mapping File Name Unaligned
Fixed a previous issue where certain sheet column naming and .sdl naming were not aligned in Grade Setting.
Sheet column naming and .sdl must be kept aligned everytime. A change in one will imply a necessary change in the other, e.g.:
- Sheet column name = Grade Setting Group Ext ID, .sdl file must also be called Grade\ Setting\ Group\ Ext\ ID
- Sheet column name = Grade Setting Group, .sdk file must also be called Grade\ Setting\ Group\
ISS-001245 Program Application Form Error
Fixed a previous error when loading application form.
Removed obsolete fields that caused the issue as the student no longer has permission to the fields.
See also: RIO Ready: Student Application Functionality
ISS-001246 Error when installing Community Transcript
Added missing metadata that previously caused user to receive an error when installing the community transcript package.
See also: RIO Ready: Community Transcript Generation
ISS-001247 Google ReCaptcha warning when accessing community page
Previously, a Google Recaptcha error appeared every time when accessing the community page, due to the missing CSP setting for Google Recaptcha's gstatic URL. Google releases a new version over time and the path of the URL will be different. Hence the error where user will need to manually add the new gstatic URL to the trusted site in the CSP setting.
Fixed this issue by configuring the domain of the URL as a trusted site.
ISS-001271 Not able to proceed with student registration
Previously, the student was not able to proceed with the community user registration. There is no error after the student checked the ReCaptcha and clicks the submit button.
This is due to the missing "Remote Site Settings" configuration in Salesforce for google ReCAPTCHA - https://www.google.com , which happens if the instance doesn't have the package "Payments2Us" installed (because the package "Payments2Us" comes with google ReCAPTCHA's remote site settings).
Fixed this issue by updating the RIO Ready package to include this setting.
Enhancements
ISS-001256 Include Generate Transcript custom button
Included the custom button for Transcript Generation.
See also: RIO Ready: Transcript Generation Functionality
ISS-001257 Generate Transcript - Alignment
Fixed the alignment.
See also: RIO Ready: Transcript Generation Functionality
ISS-001272 Program Application Form - No picklist option for the required field "Payment Type"
Previously, no picklist option was available for the required field "Payment Type", when students view the Program Application.
Updated the Program Application form to use a normal picklist with "component visibility" feature, to mimic the dependence picklist behavior. Updated in the RIO Ready package as well.
See also: RIO Ready: Student Application Functionality
ISS-001287 RIO Ready - Community Page Cleanup
Updated the RIO Ready Community page to use generic text descriptions Instead of Lorem Ipsum, to minimize the amount of work the implementer needs to do to get a Community ready in the Customer Instance.
See also: RIO Ready: Community Components
ISS-001290 List View for case in student community
Updated the Case List page in the Student Community to a standard layout, to show only 2 list views - All Open and All Closed.
See also: RIO Ready: Community Components
ISS-001291 Missing SDocs Relationship fields
Included the S-Docs Relationship custom lookup field (Program Enrolment for this case) as it is required for transcript generation. Updated the Picklist field in S-Docs Template with the object name above.
Also updated the installer for Community Transcript to include those changes on the Objects above.
ISS-001379 New Additions may mess up numbering
Implement a numbering point method for additional Master Data tabs as well as .SDL mapping files, i.e.:
- Article 15
- Article 15.1
- Article 15.2
See also: RIO Ready: Master Data Migration
New Features
ISS-001216 Community Transcript File Display
Added custom component to display list of transcript files generated in the Student Community for students to view and access.
See also: RIO Ready: Community Transcript Generation
ISS-001217 Transfer Credit Simplified
Simplified the Transfer Credits functionality and user interface using custom lightning components. Also included the improved support for Transfer Credit records that do not have Program Applications linked with it.
ISS-001262 Set Student with Alumni flag
Updated for this flow used by most institutions:
- Student PE.Program Status = Completed
- Automation to update checkbox flag Contact.Alumni
Added the checkbox field Contact.Alumni , as a new field.