DeleteAll Method (BomVersion)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteAll() method removes one or more BOM version records from the Bom_Ver table, as specified by the filter parameters. Passing no filter parameters will remove all BOM version records from the table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal parentItemId As String, _
ByVal verId As String _
)
'Usage
Dim sessionId As Integer
Dim parentItemId As String
Dim verId As String
BomVersion.DeleteAll(sessionId, parentItemId, verId)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- parentItemId
Required. Holds the ID of a parent item of the BOM version that is being deleted.
- verId
Optional filter parameter. Holds the ID of the BOM version that is being deleted.