ReservationStrategy Enumeration |
An enumerated type representing the default value for the SystemSettings.ProductionPlanning_ReservationStrategy system setting.
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 ReservationStrategy
Public Enumeration ReservationStrategy
public enum class ReservationStrategy
Members
| Member name | Value | Description |
---|
| FIFO | 0 |
First in, first out (FIFO)
|
| LocationFIFO | 1 |
Location and First in, first out (FIFO)
|
See Also