GetJobBomStepData Method (JobSteps)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobBomStepData() method returns a Dataset from the Job_BOM_Step table for the specified work order, operation, sequence number, and, optionally, step number.
Parameters
- woID
- Required. Holds the ID of the job's work order.
- operID
- Required. Holds the ID of the job's operation.
- seqNo
- Required. Holds the number of the job's operation sequence.
- stepNo
- Optional. Holds the number of the step whose data is being retrieved. Set to null to not specify a step number.
Return Value
Returns a Dataset that contains the rows in the Job_BOM_Step table that match the
filter parameters.