How to know if a subassembly is completed?

What is the best way to know if the subassembly is completed and ready for top level assembly?

I might look at JobAsmbl.FinalOpr

  • when FinalOpr <> zero, check the status of that Op for complete qty for that Job/Assembly.
  • when FinalOpr = zero, the system uses the last operations complete qty
    i.e. the Final/Last operations completed quantity = Job/Assembly completed.
1 Like

Thanks @bordway