BOMServices Class |
Namespace: FactoryLogix.xTend.PartDefinition
The BOMServices type exposes the following members.
Name | Description | |
---|---|---|
BOMServices | Initializes a new instance of the BOMServices class |
Name | Description | |
---|---|---|
GetBOM |
Retrieves a Bill of Materials (BOM) for a particular assembly revision, as identified by an InternalPart object.
| |
GetBOMByPartNumber |
Retrieves a Bill of Materials (BOM) for a particular assembly revision, as identified by its internal part number and revision.
| |
ImportAndPublishBOM |
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.
| |
ValidateBOM |
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.
|