Delete Method (StdOperEntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified standard operation/entity link record from the Std_Oper_Ent_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal operId As String, _
ByVal entId As Integer _
)
'Usage
Dim sessionId As Integer
Dim operId As String
Dim entId As Integer
StdOperEntLink.Delete(sessionId, operId, 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 standard operation whose link is being removed.
- entId
- Required. Holds the ID of the entity whose link is being removed.