Table of Contents
Rooms
Sections
Courses
Update Terms: Remove Part of Term Requirement
Rooms
Applicable Products
Scheduling and Events
Updates
Capacity in Coursedog will now be displayed from slbrdef_capacity rather than slbrdef_maximum_capacity.
slbrdef_maximum_capacity will be returned as max_capacity
The following additional fields have been added:
How to Utilize
To utilize these additional fields, custom fields can be added to the Room Template in Scheduling or Events. From there, Coursedog will need to update the ids for these fields through Room Template API calls. Active implementations should reach out to their assigned PM or DE, and launched customers should reach out to support or their assigned CSM.
Sections
Applicable Products
Scheduling and Events
Updates
These updates will enable the CREATION and UPDATE of SSRSYLN_LONG_COURSE_TITLE and SSRSYLN_SECTION_URL.
This will be made an option for createSection/ and updateSection/
Currently returned to Coursedog via GET sectionList/ as ssrsylnLongCourseTitle
updateMeetingTimes API will also be updated to accept null for weeklyHours so Banner will recalculate the weeklyHours if none are given.
How to Utilize
To utilize the additional fields, custom fields can be added to the Section Template in Scheduling. From there, Coursedog will need to update the ids for these fields through Section Template API calls. Active implementations should reach out to their assigned PM or DE, and launched customers should reach out to support or their assigned CSM.
The change to the behavior for weeklyHours has been updated for all Banner clients. No further action is required.
Courses
Applicable Products
Curriculum
Updates
The below fields have been added to the courseList GET response. Note that they were already supported in the createCourse and updateCourse POST, and they will now be returned in the GET as well.
Additionally, Course Level will be made available in Curriculum in the Course Template for all Banner schools.
How to Utilize
To utilize any of these fields in Curriculum, add a custom field to the Course Template. From there, Coursedog will need to update the ids for these fields through Course Template API calls. Active implementations should reach out to their assigned PM or DE, and launched customers should reach out to support or their assigned CSM.
Update Terms: Remove Part of Term Requirement
Applicable Products
Scheduling, Events, Curriculum, and Catalog
Updates
Some schools have terms defined to which courses are assigned that do not have any parts of term associated. Previously, only terms with defined parts of term were returned in termList.
All Terms will now be returned, even if no part of term values exist.
How to Utilize
This change will automatically be applied to all Banner schools.