GetJobSteps Method (JobSteps)Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 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.Syntax Visual BasicC# 'Declaration Public Shared Function GetJobSteps( _ ByVal woID As String, _ ByVal operID As String, _ ByVal seqNo As Integer _ ) As DataSet public static DataSet GetJobSteps( string woID, string operID, int seqNo ) ParameterswoID 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. Return Value Returns a DataSet containing a row for every step assigned to the job. See AlsoReferenceJobSteps ClassJobSteps Members In This Topic
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.Syntax Visual BasicC# 'Declaration Public Shared Function GetJobSteps( _ ByVal woID As String, _ ByVal operID As String, _ ByVal seqNo As Integer _ ) As DataSet public static DataSet GetJobSteps( string woID, string operID, int seqNo ) ParameterswoID 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. Return Value Returns a DataSet containing a row for every step assigned to the job. See AlsoReferenceJobSteps ClassJobSteps Members
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.Syntax Visual BasicC# 'Declaration Public Shared Function GetJobSteps( _ ByVal woID As String, _ ByVal operID As String, _ ByVal seqNo As Integer _ ) As DataSet public static DataSet GetJobSteps( string woID, string operID, int seqNo ) ParameterswoID 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. Return Value Returns a DataSet containing a row for every step assigned to the job. See AlsoReferenceJobSteps ClassJobSteps Members
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.Syntax Visual BasicC# 'Declaration Public Shared Function GetJobSteps( _ ByVal woID As String, _ ByVal operID As String, _ ByVal seqNo As Integer _ ) As DataSet public static DataSet GetJobSteps( string woID, string operID, int seqNo ) ParameterswoID 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. Return Value Returns a DataSet containing a row for every step assigned to the job. See AlsoReferenceJobSteps ClassJobSteps Members