Delete Method (UtilReasLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified utilization reason link record from the Util_Reas_Link table for the specified entity, raw reason code, and reason code.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal entId As Integer, _
ByVal rawReasCd As String, _
ByVal reasCd As Integer _
)
'Usage
Dim sessionId As Integer
Dim entId As Integer
Dim rawReasCd As String
Dim reasCd As Integer
UtilReasLink.Delete(sessionId, entId, rawReasCd, reasCd)
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 to which the utilization reason is linked.
- rawReasCd
- Required. Holds the code of the raw reason from I/O that is linked to the specified entity and utilization reason.
- reasCd
- Required. Holds the possible final reason code that is linked to the specified entity.