Hi,
We have found a bug in Epicor. When MRP creates an unfirm job that contains materials that are make direct (job to job), it does not create a suggestion on the planning workbench. This remains true even after firming the job. Manually, all I have to do is fix this uncheck make direct on the applicable materials, check the box and then save.
While I wait for Epicor to resolve the issue, I need to create a BPM (method directive, I assume) to find all of the parts where make direct = true, uncheck them and check them again. The problem I am running into is that I cannot even get the JobEntry.Update method to uncheck the parts that are make direct. I have tried pre and post processing. The condition is when ttJobHead.JobFirm has been changed from false to true. I do have a message box after the condition that validates the condition is firing. I have tried to use the set by query setter but I am unable to get the box unchecked.
Has anyone run into this problem and already have a fix or can someone point me in the right direction.
Thanks in advance,
Brandon