JobSpec Constructor(String,String,Int32,Int32,String)
- Last UpdatedNov 06, 2025
- 1 minute read
The JobSpec() method is the constructor used to instantiate a job specification. This overload of the method loads the specified job specification from the database. The overload uses a work order ID, operation ID, operation sequence number, step number and/or specification ID to identify the job specification.
Parameters
- woId
- Required. Holds the work order ID used to identify the job for the job specification.
- operId
- Required. Holds the operation ID used to identify the job for the job specification.
- seqNo
- Required. Holds the operation sequence number used to identify the job for the job specification.
- stepNo
- Required. Holds the step number for this job spec, or -1 if the job specification is not associated with a specific step.
- specId
- Required. Holds the specification ID used to identify the specification for this job/step.