GetReworkCdsByProcess() Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the GetReworkCdsByProcess() method retrieves all process ID and rework codes combinations.
'Declaration
Public Overloads Shared Function GetReworkCdsByProcess() As DataSet
'Usage
Dim value As DataSet
value = ReworkProcessUsage.GetReworkCdsByProcess()
public static DataSet GetReworkCdsByProcess()
Return Value
Returns a DataSet that contains a list of process ID and rework code combinations.
The columns of the returned DataSet are described below.
|
Column Name |
Description |
|---|---|
|
orig_process_id |
A string which contains the ID of the process to which the rework code is assigned. This will be null if the rework code applies to all processes. |
|
orig_rework_cd |
A string which contains the rework code. |