Click or drag to resize

PackingListItem Properties

The PackingListItem type exposes the following members.

Properties
  NameDescription
Public propertyCheckNoFailedStatus
A boolean value indicating whether or not the packing operation should validate that the Item has a non-FAILED status. Items with a FAILED status will be rejected.
Public propertyCheckNoOpenDefects
A boolean value indicating whether or not the packing operation should validate that the Item being packed has no open defects (all defects are closed or false).
Public propertyId
A unique identifier for this packing list item (corresponds to the primary key in the FactoryLogix database)
Public propertyPartDescription
An optional human-friendly summary of the nature of the InternalPart to be packed.
Public propertyPartNumber
The InternalPart number of the item to be packed.
Public propertyPartRevisions
An option list of part revisions that could be packed.
Public propertyQuantity
The quantity of Items to be packed.
Public propertyRevisionMode
An enumerated value dictating which revisions of the InternalPart are allowable for packing.
Public propertyRouteValidationMode
An enumerated value indicating whether or not the packing operation should validate that the production route of the Item has been fully completed before allowing it to be packed. This is only applicable for complex assemblies that were processed through a ProcessFlow using FactoryLogix.
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.
Public propertyVerificationMode
An enumerated value indicating how operators will confirm that this item has been packed.
Top
See Also