Delete Method (UtilReasCategorySet)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified utilization reason category set record from the Util_Reas_Category_Set table for the specified category.
'Usage
Dim sessionId As Integer
Dim rowId As Integer
UtilReasCategorySet.Delete(sessionId, rowId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- rowId
- Required. Holds the identifier of the utilization reason category possible value that is being deleted.