Click or drag to resize

BOMLineItem Properties

The BOMLineItem type exposes the following members.

Properties
  NameDescription
Public propertyApprovedAlternateParts
A list of approved alternate parts that have been assigned for use on this BOM. FactoryLogix global options determine whether or not approved alternate parts are specific to each individual BOM, or are global. In either case, this list will contain the parts that are appropriate for this BOM.
Public propertyApprovedManufacturerParts
A list of approved manufacturer parts that have been assigned for use on this BOM. FactoryLogix global options determine whether or not approved manufacturer parts are specific to each individual BOM, or are global. In either case, this list will contain the parts that are appropriate for this BOM.
Public propertyApprovedVendorParts
A list of approved vendor parts that have been assigned for use on this BOM. FactoryLogix global options determine whether or not approved vendor parts are specific to each individual BOM, or are global. In either case, this list will contain the parts that are appropriate for this BOM.
Public propertyCustomFieldValues
A list of any custom fields values that have been defined for this part.
Public propertyId
A unique identifier for this particular BOM Line Item. (corresponds to the primary key in the FactoryLogix database)
Public propertyIsValid
A bool value representing whether or not the BOM Line Item is permitted for use. This value only applies to a local BOM.
Public propertyItemNumber
The line item number for this BOM item. Typically, this is a sequential numeric value ("1", "2", "3", etc.), but this is not a hard requirement. Any text value that uniquely identifies this line item within the scope of this single BOM is permitted.
Public propertyOptionCodes
If this is a configurable BOM (Configure to Order / CTO), the list of option codes associated with this particular BOM line item. If no codes are specified, the BOM line item is assumed to be relevant in all configurations.
Public propertyPart
The primary internal part definition associated with this BOM line item.
Public propertyQuantity
The quantity of of this part necessary to build 1 production unit of the assembly associated to this BOM.
Public propertyReferenceList
For convenience, a read-only enumerable list of the individual reference designators represented by the References property for this BOM line item.
Public propertyReferences
For Printed Circuit Board (PCB) type assemblies, a comma-separated list of the Component Reference Designators (CRD's) that are associated with this particular BOM line item.
Public propertyRevisionList
A comma-separated list of the specific revisions of the part that are permissible for this BOM line item on this specific BOM. The exact usage of this property depends on the setting of the RevisionMode property. See details of the RevisionMode enumeration for more information.
Public propertyRevisionMode
An enumerated value along with the RevisionList property indicating which revision(s) of the associated InternalPart for this BOM line item (as indicated by the Part property) should be utilized when building this assembly.
Public propertySubAssemblyType
An enumerated value indicating how a subassembly is to be built: in a separate process or as part its parent assembly's process. This value does not apply to a line item which is not identified as an assembly.
Public propertyUnitOfIssue
The name or abbreviation of the Unit that Quantity is measured in. The string value of this property must align with one of the pre-configured unit names assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
Top
See Also