DeleteAll Method (JobBomDefault)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteAll() method removes one or more job BOM default records from the Job_Bom_Default table, as specified by the filter parameters. Passing no filter parameters will remove all job BOM default records from the table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal itemId As String, _
ByVal entId As Nullable(Of Integer) _
)
'Usage
Dim sessionId As Integer
Dim itemId As String
Dim entId As Nullable(Of Integer)
JobBomDefault.DeleteAll(sessionId, itemId, entId)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- itemId
Optional filter parameter. Holds the ID of an item being deleted.
- entId
Optional filter parameter. Holds the ID of an entity on which the job is scheduled or run.