Click or drag to resize

PackingItemValidationMode Enumeration

An enumeration indicating how complex assemblies built using FactoryLogix should be validated during packing operations.

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 PackingItemValidationMode
Members
  Member nameValueDescription
NoValidation0 The complex assembly Item will not be validated.
CompletedAllOperations1 The packing operation will validate that all Operations of the ProcessFlow associated with this complex assembly Item have been completed before allowing it to be packed.
See Also