JobStepExec Class Methods
- Last UpdatedNov 06, 2025
- 4 minute read
For a list of all members of this type, see JobStepExec members.
| Name | Description | |
|---|---|---|
![]() | AddStepData | The AddStepData() method adds a new record to the Job_Step_Data table for the specified step. A step is identified by a work order ID, an operation ID, an operation sequence number, and a step number. |
![]() | CanStartStep | The CanStartStep() method checks to see if the specified step can be started. |
![]() | GetJobBomStepData | The GetJobBomStepData() method retrieves the job and BOM step data from the Job_BOM_Step table for the current work order, operation, and operation sequence number. Optionally, a specific step can be specified. |
![]() | GetJobStepData | The GetJobStepData() method retrieves 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 retrieves all of the steps assigned to the specified job. A job is specified by a work order, an operation ID, and an operation sequence number. |
![]() ![]() | GetStateDataFromComboBoxEntry | The GetStateDataFromComboBoxEntry() method retrieves the state code and description based on the entry from a combo box populated with StateData objects. |
![]() | IsUserLoggedIn | The IsUserLoggedIn() method checks to see if the specified user was or is logged onto the specified step producing the specified lot number. A step is specified by a work order ID, an operation ID, an operation sequence number, and a step number. |
![]() ![]() | PopulateComboBoxWithStepStates | The PopulateComboBoxWithStepStates() method populates the specified combo box with step state descriptions. |
![]() | StartStep | The StartStep() method starts the specified step. |
![]() | StepLogin | The StepLogin() method logs the specified user onto the specified step for the purposes of labor collection. |
![]() | StepLogout | The StepLogout() method logs a user off of a step so that the labor is no longer captured for the user with respect to the step. |
![]() | StepStateColor | The StepStateColor() method retrieves the color associated with the specified state code in the Job_State table. |
![]() | StepStateDesc | The StepStateDesc() method retrieves the state description associated with the specified state code in the Job_State table. |
![]() | StopStep | The StopStep() method ends or bypasses the specified step on which the specified user is working. |
![]() | UpdateStepData | The UpdateStepData() method updates an existing Job_Step_Data record for the specified step. A step is identified by a work order ID, an operation ID, an operation sequence number, and a step number. |

