Click or drag to resize

PickingList Class

An object representing a list of materials that are required to be gathered (picked) from stock. Typically, this list represents materials that are to be used on the factory floor for production. However, there may be other purposes, such as gathering finished goods from stock for shipping.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPickingList

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PickingList

The PickingList type exposes the following members.

Constructors
  NameDescription
Public methodPickingList
Initializes a new instance of the PickingList class
Top
Properties
  NameDescription
Public propertyId
A unique identifier for this particular item (corresponds to the primary key in the FactoryLogix database)
Public propertyItems
A list of PickingListItems representing the materials that must be gathered.
Top
See Also