Hi,
I'm working on a process to take an item from inventory and convert it to the pieces that make it up. Right now I create a WIP job for each component, but I'm not sure how to issue the original piece, since I think it can only be issued to one of the wip jobs. My understanding for taking several components from stock and making one is to:
Insert a record for the item to be created into wip_job_schedule_interface
Insert a record for each component used to create the item into wip_job_dtls_interface
Submit request to process the wip.
0