Delete Method (JobBomDefault)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified job BOM default record from the Job_Bom_Default table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal itemId As String, _
ByVal entId As Integer _
)
'Usage
Dim sessionId As Integer
Dim itemId As String
Dim entId As Integer
JobBomDefault.Delete(sessionId, itemId, entId)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- itemId
Required. Holds the ID of the item being deleted.
- entId
Required. Holds the ID of the entity on which the job is scheduled or run.