On completion of new Job imports you will need to reset the Next Job ID before you can continue using Eralis Job. To reset the Next Job ID, you can use the following three scripts:
- UPDATE ENPRISE_JOBCOST_SETUP SET NEXTJOBID = XXXX
- DELETE FROM ENPRISE_JOBCOST_UNUSEDJOBID
- DELETE FROM ENPRISE_JOBCOST_NEWPROJECTS WHERE JOBID IS NULL
This script can be used to reset the Job ID to any number at any time.
Comments
0 comments
Article is closed for comments.