0

Does someone know where the manufacturing production run data is saved in database of Apache ofbiz. I need to find out the current routing task, when the production run is started. Can someone guide me to find out the data of production run.

Thank you.

Bhupendra
  • 35
  • 6

1 Answers1

0

Both the production run and its tasks are saved in the entity named WorkEffort (i.e. database table WORK_EFFORT); different values in the workEffortTypeId field are used for production runs and the tasks.