Re-open a service job?

We are on ERP 10.2.300, and we use the Field Service module. Our service department needs to add some expenses to an already closed service job. I cannot see a way to re-open a service job. Does anyone know how to re-open a service job?

If the Service call is invoiced, then you can’t re-open. If not, open the Field Service Call and check it. I am yet to test in E10 whether it re-opens the job. In E9, I have done a BPM to re-open the job as you can’t open from Job Closing…

Thanks Arul. It is not invoiced. How are you handling the reopening of the service job through a BPM? Do you think an updatable BAQ would handle this as well?

Try with Updatable BAQ. These are the field values.
JobHead.JobClosed = false;
JobHead.ClosedDate = null;
JobHead.WIPCleared = false;
JobHead.JobComplete = false;
JobHead.JobCompletionDate = null;

If you re-open the service call the service job will re-open.

Thanks. Any danger in making those changes to a Service Job?

Lori, the strange thing is that the call is open.

I also just tried closing the call, saving, re-opening the call. The job remained closed.

I found where to re-open the job. In the service job, go to the Resolution tab, and uncheck “closed” (near the bottom.) Thanks Lori and Arul, I really appreciate you taking the time to answer. Posting this so I can find it in a month when I forget. :slight_smile:

@IronMB Its good to know that it’s fixed in E10. This issue was raised many times with Epicor from Vantage days.