Delete Method (StandardOper)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified standard operation record from the Std_Oper table.
'Usage
Dim sessionId As Integer
Dim operId As String
StandardOper.Delete(sessionId, operId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- operId
- Required. Holds the ID of the operation to be deleted.