Delete(Int32,String,String,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified process record from the Process table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- userId
- Required. Holds the user ID of the user who is attempting to delete the process.
- processId
- Required. Holds the ID of the process that is being deleted.
- modId
- Required. Holds a modification ID value to avoid data contention. The passed value must match the record's modification ID value for the record to be deleted.
The required parameters for this method must pass a value. They cannot be empty or null.
If a process is in use by a running work order, it cannot be deleted.
Deleting the process record will also delete dependent rows in the following tables: Oper_Ent_Route, Oper_Ent_Spec, and Rework_Process_Usage.