Troubleshooting

From SmartHCM Wiki
Revision as of 08:48, 2 February 2017 by Usman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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;