Click or drag to resize

BatchQuantityVerification Enumeration

An enumeration indicating the type of quanity verification to be performed for a Batch.

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 BatchQuantityVerification
Members
  Member nameValueDescription
ContinuousBuild0 Continuous build. No quantity validation.
NoQtyVerification1 No quantity verification.
WarnQtyVerification2 Warn the user if the batch quantity (plus scrap allowance) is exceeded.
ErrorQtyVerification3 Prevent the user from initializing production units if the batch quantity (plus scrap allowance) is exceeded.
See Also