Delete Method (StdOperStepEntExclusion)
- Last UpdatedMar 17, 2026
- 1 minute read
The Delete() method deletes the specified standard operation step entity exclusion record from the Std_Oper_Step_Ent_Exc table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal operId As String, _
ByVal stepNo As Integer, _
ByVal entId As Integer _
)
'Usage
Dim sessionId As Integer
Dim operId As String
Dim stepNo As Integer
Dim entId As Integer
StdOperStepEntExclusion.Delete(sessionId, operId, stepNo, entId)
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 which the step belongs.
- stepNo
- Required. Holds the step number.
- entId
- Required. Holds the ID of the entity for which the step is being excluded.