Click or drag to resize

ProductionPlanningStatus Enumeration

An enumeration indicating the current status of a Batch with regards to material planning.

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 ProductionPlanningStatus
Members
  Member nameValueDescription
Unplanned0 The batch has not yet been planned.
PartiallyPlanned1 The batch has been partially, but not fully planned.
Planned2 The batch has beeen fully planned.
See Also