It was found that the existing backend IntraApps would wipe out new data fields that were added to make Clinic Faculty tablle self-contained to build frontend Health Center pages.
The database updating method used by existing codes, being not knowing the newly added data fields, will update only existing data fields, and wipe out (set to NULL) new data fields.
Update / modify Database updating method to update previously existing data fields, and leave new data fields untouched.
1 thought on “IntraApps: Fix clinic faculty update issue that wipe out new data fields”
closed