Delete Method (ItemStorageExecLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item storage execution link record from the Item_Storage_Exec_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal entId As Integer, _
ByVal itemId As String _
)
'Usage
Dim sessionId As Integer
Dim entId As Integer
Dim itemId As String
ItemStorageExecLink.Delete(sessionId, entId, itemId)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- entId
Required. Holds the ID of the entity.
- itemId
Required. Holds the ID of the item whose inventory level is to be monitored.