Difference between revisions of "Troubleshooting"

From SmartHCM Wiki
Jump to navigation Jump to search
(Created page with "==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 / ...")
 
 
Line 1: Line 1:
==Troubleshooting==
 
 
 
Following are the solution of possible issues;
 
Following are the solution of possible issues;
  

Latest revision as of 08:48, 2 February 2017

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;