BomVersion Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see BomVersion members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new BOM version record to the Bom_Ver table. |
![]() ![]() | Clone | The Clone() method adds a new BOM version record to the Bom_Ver table by making a copy of an existing record. This method is similar to the Copy() method. However, this method also updates the BOM_Item_Oper_Link records if the existingParentItemId parameter value equals the newParentItemId parameter value. |
![]() ![]() | Copy | The Copy() method adds a new BOM version record to the Bom_Ver table by making a copy of an existing record. |
![]() ![]() | Delete | The Delete() method deletes the specified BOM version record from the Bom_Ver table. |
![]() ![]() | DeleteAll | 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. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more BOM version records from the Bom_Ver table, as specified by the filter parameters. Passing no filter parameters will retrieve all BOM version records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified BOM version record from the Bom_Ver table. |
![]() ![]() | Update | The Update() method updates all columns of the specified BOM version record in the Bom_Ver table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified BOM version record in the Bom_Ver table. |

