JobSteps Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see JobSteps members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetJobBomStepData | The GetJobBomStepData() method returns a Dataset from the Job_BOM_Step table for the specified work order, operation, sequence number, and, optionally, step number. |
![]() ![]() | GetJobStepData | The GetJobStepData() method gets the job step data for a job. A job is specified by a work order, an operation ID, and an operation sequence number. The data can be further filtered by providing a step number and a lot number. |
![]() ![]() | GetJobSteps | The GetJobSteps() method gets all the steps assigned to the specified job. A job is specified by a work order, an operation ID, and an operation sequence number. |
![]() ![]() | GetJobStepsInStepNoOrder | The GetJobStepsInStepNoOrder() method gets all the steps assigned to the specified job. A job is specified by a work order, an operation ID, and an operation sequence number. The returned DataView is ordered by step number. |
![]() ![]() | PopulateComboBoxWithStepNos | The PopulateComboBoxWithStepNos() method populates the specified combo box with sequence numbers for the the specified job. |

