Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum PackingItemVerificationMode
Members
  Member nameValueDescription
NoAction0 The operator need not perform any action.
ScanUID1 The operator must scan the UID of the Item being packed.
ScanLot2 The opertor must scan the Lot Number of the Item being packed.
Acknowledge3 The operator need only check a box to acknowledge the item has been packed.
See Also