Closed gbenziv closed 3 years ago
Or maybe make the userID as the foreign key inside the employee data instead of making the employeeID as the foreign key in the userdata. Then remove the isSystemUser flag and replace with employeedata::userID.empty().
Display the userID in the information screen (must not be editable / cannot be associated with an index)
SCREENCOMMON().printItemText("UserID", mInfo->userID);