GetTargetOperContainsSerItems Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetTargetOperContainsSerItems() method retrieves the operations for the specified job that produce serialized items.
public static DataSet GetTargetOperContainsSerItems(
string woId,
string operId,
string itemId,
string moId
)
Parameters
- woId
- Required. Holds the work order ID of the job.
- operId
- Required. Holds the operation ID of the job.
- itemId
- Required. Holds the ID of the item produced by the job.
- moId
- Optional. Holds the manufacturing order number.
Return Value
Returns a DataSet that contains the operations that produce serialized items.
If the item number is not supplied, the method returns all operations (optionally filtered by work order, operation, and manufacturing order) that produce a serialized item. If the item number is supplied, all operations (again, optionally filtered by work order, operation and manufacturing order) that produce that serialized item are returned.