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
  • Help & Support
  • Support
  • Support FAQs
  • FAQ: Program Management

Getting "Apex CPU time limit exceeded" error in Enrollment Wizard

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.

  • RIO Certification
    RIO Certification Program RIO Academy RIO Challenge RIO Recipe Training
  • Releases
    Release Notes
  • Help & Support
    Install RIO Education RIO Insights RIO Recipe Support
  • About Us
    Who is RIO Education? Start Your RIO Journey Housekeeping
  • Experience RIO in action
+ More

Table of Contents

Description Resolution Future Prevention

Description

When you set up a new program and complete the necessary configuration, but there are some minor issues, you may encounter the following error when navigating to the Enrollment Wizard:

 

Resolution

Check all the the Requirement Logic under Plan Requirements
Make sure all the Requirement Logic does not have any typos such as missing brackets.

The best way to check all the Requirement Logic is to use a list view, select the Requirement Logic field to display, and verify if there are any mistakes. 

Or you can run a query, such as the example below, to list all the plan requirements under a specific program plan and verify if there are any mistakes. 

SELECT Id, rio_ed__Requirement_Logic__c FROM hed__Plan_Requirement__c WHERE hed__Program_Plan__c = '{Program Plan Id}'

Future Prevention

To prevent issues due to missing brackets, a validation rule like the one shown in the image below could be implemented in the Plan Requirement object. 

It will check if the number of opening brackets matches the number of closing brackets. Please note that this validation rule will only ensure that every opening bracket has a corresponding closing bracket; it cannot ensure that the brackets are placed in the correct positions.

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Why is Completion Progress in the Program Enrollment not updating correctly?
RIO Education

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

CONTACT

Get in touch

  • Privacy
  • Terms of service

Knowledge Base Software powered by Helpjuice

Definition by Author

0
0
Expand