How can you tell a job has been started?

When a job has the first labor entry, the PartWip entries are created for AMM users and the job has been ‘started’. I have looked high and low, is there a flag somewhere that says a job started or do I have to just check for a labordtl entry?
The purpose is I’m trying to write a BAQ to duplicate the Work in Process report so need to see what ‘entered WIP’.

I like to use the first op in the job and the field JobOper.LastLaborEntry. This gives me a date for the last time labor was logged on a specific op. At least this way you don’t have to pull in the labor tables.
Good luck!

1 Like