Delete Method (Oper)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified operation record from the Oper table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- processId
- Required. Holds the ID of the process to which the operation that is being deleted belongs.
- operId
- Required. Holds the ID of the operation 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.
This method first deletes any records whose operation ID or predecessor operation ID (input_oper_id) is equal to the supplied operation ID from the Oper_Ent_Route table. Then it updates first_oper and final_oper in the Oper_Ent_Route table. It deletes the specified operation from the Oper table. If the supplied input parameters are null, then the method deletes all the records in the Oper and Oper_Ent_Route table.
If the system is configured to not delete certified processes (attr_id = 207), then it cannot delete or modify components of a certified process.