Click or drag to resize

PickingListItem Class

An object representing a single material that must be gathered (picked) from stock.
Inheritance Hierarchy
System.Object
  FactoryLogix.xTend.DataObjects.PickingListItem

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class PickingListItem

The PickingListItem type exposes the following members.

Constructors
  NameDescription
Public methodPickingListItem
Initializes a new instance of the PickingListItem class
Top
Properties
  NameDescription
Public propertyId
A unique identifier for this particular item (corresponds to the primary key in the FactoryLogix database)
Public propertyKitGroup
Picking lists may be broken down into smaller sub-lists using the KitGroup property. Items sharing the same KitGroup are picked and delivered to common destinations.
Public propertyPartNumber
The internal part number of the material to be picked.
Public propertyPartRevision
The part revision of the material to be picked.
Public propertyQuantity
The quantity of material that is required.
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