PickingListItem Class |
Namespace: FactoryLogix.xTend.DataObjects
The PickingListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | PickingListItem | Initializes a new instance of the PickingListItem class |
Name | Description | |
---|---|---|
![]() | Id |
A unique identifier for this particular item (corresponds to the primary key in the FactoryLogix database)
|
![]() | KitGroup |
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.
|
![]() | PartNumber |
The internal part number of the material to be picked.
|
![]() | PartRevision |
The part revision of the material to be picked.
|
![]() | Quantity |
The quantity of material that is required.
|
![]() | UnitOfIssue |
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.
|