Dynamic BOM/Routing template
You can dynamically create a bill of materials and routing template when an outbound shipment order is imported from the host system. Shipment order detail lines with a Component line type designation are used to create a bill of materials and routing template in the shipment order API. This BOM and template are then used to create a work order for the specific shipment order.
- Kitting definitions
To create a dynamic BOM and work order template in the shipment order API, you must know the work center and work order operation. The application install scripts create pre-determined locations, a work center, and a kitting operation to support this.
- LOC table – Insert locations
- KITTING – where kits are assembled
- STAGEKITS – where finished kits are staged
- WORKCENTERDEFN table – Insert Work Center
KITTING – with locations defined as:
- LOC = KITTING
- LOC_INBOUNDDZ = PICKTO
- LOC_OPCOMPLETEDZ = STAGEKITS
- LOC_FINISHEDGOODD = STAGEKITS
- OPERATIONCLASS table – Insert Operation
ASSEMBLEKIT