Click or drag to resize

BOMServices Methods

The BOMServices type exposes the following members.

Methods
  NameDescription
Public methodGetBOM
Retrieves a Bill of Materials (BOM) for a particular assembly revision, as identified by an InternalPart object.
Public methodGetBOMByPartNumber
Retrieves a Bill of Materials (BOM) for a particular assembly revision, as identified by its internal part number and revision.
Public methodImportAndPublishBOM
Validates and Imports a Bill of Materials (BOM) into the specified assembly revision If the BOM passes validation, the BOM will also be published and merged with the master part library. If the BOM does not pass validation, the BOM data will be saved in an "under construction" state.
Public methodValidateBOM
Performs BOM error checking, and validates the specified BOM against the specified assembly revision. ValidateBOM may be called prior to importing a new BOM into the system to ensure that the BOM meets the pre-configured error checking settings (as defined in the FactoryLogix global system settings). If issues are detected, they will be included in the return results.
Top
See Also