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
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public ref class PickingList
type PickingList = class end
The PickingList type exposes the following members.
Constructors
| Name | Description |
---|
| PickingList | Initializes a new instance of the PickingList class |
TopProperties
| Name | Description |
---|
| Id |
A unique identifier for this particular item (corresponds to the primary key in the FactoryLogix database)
|
| Items |
A list of PickingListItems representing the materials that must be gathered.
|
TopSee Also