Delete Method (ItemReasonGroupClassLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item reason group/class link record from the Item_Reas_Grp_Class_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal reasGrpId As Integer, _
ByVal itemClassId As String _
)
'Usage
Dim sessionId As Integer
Dim reasGrpId As Integer
Dim itemClassId As String
ItemReasonGroupClassLink.Delete(sessionId, reasGrpId, itemClassId)
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/class link record to be deleted.
- itemClassId
- Required. Holds the ID of the item class for the item reason group/class link record to be deleted.