IntraNet SQL error

While adding a new Faculty from the IntraNet Faculty UI,Faculty – Add a new Faculty“SQL error” was encountered. After looking into the SQL that caused the issue, it was found that a new data field “type” was missing from the original “insert” SQL statement. Because that data field was introduced after the original SQL statement. … Read more

Add “Type” field in Faculty retrieval

They “type” database field was added while setting up two new Faculty groups:“Honorable” and “Former” Faculty All existing facutly are considered “Active” faculty. To prevent “Honorable” and “Former” Faculty being retrieved as Active faculty, the existing Faculty group retrieval SQLs should include “type” as part of searching criteria. Update the following Faculty lists to include … Read more

Intranet: Course Editing Issue

It was found that after editing a course in backend, the frontend page required courses lists no longer show up. This is the course edited: Professional Ethics (login required)courseid: 130; code: FCD 300 The course list on the following page needs to be corrected:Career Development and TCM Energetics Required courses missing Career Development and TCM Energetics Resolving the … Read more

IntraApps v2 enhancement on Faculty & Clinic

While working on “Adding two more Faculty types”, more features were implemented on the existing IntraApps (v2) module. This step can be considered as a basis for migrating all Intranet apps (or IntraApps v1) to the new IntraApps v2 module, mainly to drop the old Smarty Template engine. As of 10/31/2024, the following features are … Read more