An enumerated value which describes all possible BOM validation problems.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
SyntaxPublic Enumeration BOMIssueType
public enum class BOMIssueType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Other | 0 | 
            An issue was encountered which cannot be categorized.
             | 
 | MismatchedReferenceToQuantity | 1 | 
            The quantity field of the BOM line item does not match the number of unique component reference designators (CRD)
             | 
 | DuplicateReference | 2 | 
            The line item contains a reference designator that is either duplicated on this line item, or on another line item.
             | 
 | MissingReference | 3 | 
            The line item does not contain any reference designators.
             | 
 | MissingCustomerPartNumbers | 4 | 
            The line item does not reference any customer part numbers.
             | 
 | MissingCustomers | 5 | 
            The line item contains customer part numbers which do not indicate the associated customer.
             | 
 | MissingVendorPartNumbers | 6 | 
            The line item does not reference any vendor part numbers.
             | 
 | MissingVendors | 7 | 
            The line item contains vendor part numbers which do not indicate the associated vendor.
             | 
 | MissingManufacturerPartNumbers | 8 | 
            The line item does not reference any manufacuter part numbers.
             | 
 | MissingManufacturers | 9 | 
            The line item contains manufacturer part numbers which do not indicate the associated manufacturer.
             | 
 | DuplicateLineItem | 10 | 
            There exists two or more line items in the BOM that have identical line item number.
             | 
 | MissingLineItem | 11 | 
            The BOM line item does not have a line item number.
             | 
 | MissingInternalPartNumber | 12 | 
            The line item does not have an internal part number.
             | 
 | UnitDoesNotExist | 13 | 
            The unit of issue specified does not match the name or abbreviation of any units in FactoryLogix.
             | 
 | RevisionModeMissingRevision | 14 | 
            No revision was specified for an assembly whose RevisionMode is UseSpecific (or any of its variants).
             | 
See Also