Delete Method (StdOperStepChoice)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified standard operation step choice records from the Std_Oper_Step_Choice table.
'Usage
Dim sessionId As Integer
Dim rowId As Integer
StdOperStepChoice.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 standard operation step choice record to be deleted.