Missing apex permissions in REDU - Admin / Operation Admin prior to v3.14
Table of Contents
Description
If your RIO Education is between version 3.11 to version 3.13.1, and,
you have Users that are utilizing either one of these profiles / permission sets:
- REDU - Admin
- REDU - Operation Admin
then, you might have encountered some errors related to a lack of access to Apex classes.
Resolution
Solution 1
Upgrade to version 3.14, which includes a fix for this issue.
Solution 2
If you wish to maintain your current version, then, you will need to manually add the access to these Apex classes.
Depending on your security design and preference, you can either:
- add them to the Profile, or,
- create a new Permission Set and assign it to the User.
These are the Apex classes:
-
For REDU - Admin:
- REDU_CalendarInfo_LCTRL
- REDU_StudentCourseAdvancedSearch_LCTRL
- REDU_StudentCourseScheduler_LCTRL
- REDU_TransferCreditCatalog_LCTRL
-
For REDU - Operation Admin:
- REDU_CalendarInfo_LCTRL
- REDU_ProgramPlanCloning_LCTRL
- REDU_StudentCourseAdvancedSearch_LCTRL
- REDU_StudentCourseScheduler_LCTRL
- REDU_TransferCreditCatalog_LCTRL