PackingItemVerificationMode Enumeration |
An enumeration indicating how operators should confirm that an item on a
PackingList
has been packed.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum PackingItemVerificationMode
Public Enumeration PackingItemVerificationMode
public enum class PackingItemVerificationMode
type PackingItemVerificationMode
Members
| Member name | Value | Description |
---|
| NoAction | 0 |
The operator need not perform any action.
|
| ScanUID | 1 |
The operator must scan the UID of the Item being packed.
|
| ScanLot | 2 |
The opertor must scan the Lot Number of the Item being packed.
|
| Acknowledge | 3 |
The operator need only check a box to acknowledge the item has been packed.
|
See Also