Troubleshooting
Jump to navigation
Jump to search
Troubleshooting
Following are the solution of possible issues;
LOC LONG CODE Issue
In some cases, employee and / or organizations LOC LONG CODES are not updated / correct. This cause unusual behaviour like not showing organization / department / employees on different forms. Following database script will fix this issue
BEGIN set_loc_long_code_loc; END;
BEGIN set_loc_long_code_emp; END;
COMMIT;