RIO Education AU Reporting Engine 2.15
Enhancements, new features, and bug fixes
Table of Contents
For more information on installing the RIO Education AU Reporting Engine, head here.
RIO Education AU Reporting Engine 2.15
Release date: 23rd May 2023
2.15 Install
https://rioed-installer.herokuapp.com/products/RIO_Education_AU_Reporting/2.15/install
Upgrade notes
ISS-001310 Automation to sync Student Fee Info for TCSI integration
If you already have an existing automation (Apex Trigger or Flow) to set the following Course Connection fields:
- Student Fee Category.
- Student Fee Status.
Then, you can disable the "REDUR_TcsiStudentFee" trigger handler after upgrading or disable the existing customization.
ISS-001313 Automation to flag Attribute record for TCSI integration
If you already have an existing automation (Apex Trigger or Flow) to set the following Attribute fields:
- Sync The Record.
Then, you can disable the "REDUR_SetSyncRecord" trigger handler after upgrading or disable the existing customization.
ISS-001611 Support USI web service v5
The following changes are required in customer instance after upgrading to latest RIO Education reporting package:
- Layout:
- Add the new "USI Namespace" custom field to the USI Integration Setting custom metadata type layout.
- USI Integration Setting:
- Need to update the following fields:
- USI Namespace
- Please use: http://usi.gov.au/2022/ws
- USI API Endpoint
- For test, please use: https://3pt.portal.usi.gov.au/service/v5/usiservice.svc
- For production, please use: https://portal.usi.gov.au/service/v5/usiservice.svc
- USI Namespace
- Need to update the following fields:
- USI Integration "BulkVerifyUSI" API Action:
- Need to update the namespace url in the SOAP Header and SOAP Body.
Before you upgrade
We recommend you to test new versions in a sandbox first (according to your own test cases), before rolling it into production.
Bug Fixes
ISS-001314 Wrong Trigger Action against rio_edaurep.CON_DisabilityAttribute_TDTM
Fixed a bug in the post installation class that was setting the CON_DisabilityAttribute_TDTM Trigger Action incorrectly.
Enhancements
ISS-001310 Automation to sync Student Fee Info for TCSI integration
Users might forget to populate some TCSI related fields in Unit Enrolment.
Therefore, the Student Fee Category and Student Fee Status fields on Course Connection are now automatically set, based on:
- the values of the Fee Type and Fee Type Option fields, as well as,
- whether or not the student is an international student.
Upgrade note
See the ‘Upgrade Notes’ (ISS-001310) section above.
ISS-001313 Automation to flag Attribute record for TCSI integration
Added new logic to automatically check the Sync The Record field, whenever a new Attribute of type Citizenship or Disability is created.
Upgrade note
See the ‘Upgrade Notes’ (ISS-001313) section above.
ISS-001611 Support USI web service v5
The USI classes are updated to support USI web service v5 (since v4 will be decommissioned).
Upgrade note
See the ‘Upgrade Notes’ (ISS-001611) section above.
Others
ISS-001619 Upgrade apex components to API version 57
All Apex components are upgraded to Salesforce API version 57.0.