I just worked through an issue that wasn’t clearly documented correctly anywhere. Several legacy posts sent me down the wrong path - and I’ve just figured this out. I wanted to post the resolution of this, hoping to save others from similar frustruation.
We’re working through a go-live rehearsal, and I’m loading open jobs. We’re planning to use existing job numbers from our legacy system - so I’m loading JobHead, JobProd, JobOper, and JobMatl records. Note: In this example, all jobs are being loaded as Make to Stock.
- Load JobHead - with the following columns:
Company
Plant
JobNum
PartNum
FirmJob (Constant = 1)
NOTE: IMPORTANT: DO NOT UPDATE JobPart with any quantities at this time Step 2 will peform the initial update of JobPart
-
Load JobProd - with the following columns (IN THIS ORDER)
Company
Plant
JobNum
PartNum
WarehouseCode
MakeToType (Constant = STOCK) (NOT “S”, “J”, or “O”) Documentation is not clear on this.
MakeToStockQty -
Update JobPart with the following fields
Company
Plant
JobNum
PartNum
PartQty
StockQty
QtyCompleted
WIPQty (PartQty - QtyCompleted)
I’ll update this post with any further issues I run across on this topic.