Delete Method (ItemReasGrpEntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item reason group/entity link record from the Item_Reas_Grp_Ent_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal reasGrpId As Integer, _
ByVal entId As Integer _
)
'Usage
Dim sessionId As Integer
Dim reasGrpId As Integer
Dim entId As Integer
ItemReasGrpEntLink.Delete(sessionId, reasGrpId, entId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- reasGrpId
- Required. Holds the ID of the reason group for the item reason group/entity link record that is being deleted.
- entId
- Required. Holds the ID of the entity for the item reason group/entity link record that is being deleted.