Course section delimiter workaround for Colleague

Colleague institutions should use the "/" character as a delimiter for their converted course section IDs, creating IDs such as "HIST/100/001".

Colleague institutions that were previously live on Release 13 might experience problems with the Grades and Courses modules. The format of course section IDs changed with Release 14.

Ellucian Mobile uses those course section IDs in requests to the Colleague Web API. A slash in a course section ID creates an incorrect URL, which causes Ellucian Mobile to fail when it requests data for those course sections.

As a workaround for this situation, you can add the following parameter to your colleague-mobileserver-config.groovy file that causes Ellucian Mobile to ignore course sections that are older than a specified date:

ellucian.colleague.hideAcademicDataBefore = "1997-01-01"

The date format is year-month-day. You can enter the start date of the first Academic Term that you created in R14. You can enter a more recent date if you want to further limit the data that is returned.