GetReworkCdsByProcess Method (Oper)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetReworkCdsByProcess() method retrieves the rework codes in the Oper table, optionally filtered by a specified process.
Parameters
- processId
- Optional filter parameter. Holds the ID of the process by which to filter the rework codes that are being retrieved.
Return Value
Returns a DataSet that contains all the rework records of the specified process in the Oper table. If no matching records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
Column Name |
Description |
|---|---|
|
rework_cd |
A string that is the rework code, from the Oper table. |