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