To decouple the relation between “Faculty” (fbu_faculty) and “Clinic Faculty” (fbu_clinic_faculty) tables,
instead of retriving Names from mapped Faculty record (fbu_faculty),
retrieve directly from Names of its own (fbu_clinic_faculty) table,
to display on the frontend Health Center pages.
If the name is not available, leave it blank.
NOT to retrieve it from the corresponing record in the Faculty table
Develop on the Staging sie first.
2 thoughts on “Clinic Faculty: Access names directly from its table instead of from faculty table”
Updated codes implemented on the Live site.
closed