WorkOrderType Enumeration |
An enumeration representing the type or kind of a
WorkOrder.
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 WorkOrderType
Public Enumeration WorkOrderType
public enum class WorkOrderType
Members
| Member name | Value | Description |
---|
| ProductionOrder | 0 |
The Batch is a production order intended to be used in the course of building product.
|
| ReceivingOrder | 1 |
The Batch is a receiving order intended to be used in the course of receiving materials into the factory.
|
| Outgoing | 2 |
NOT PRESENTLY USED BY FACTORYLOGIX. FOR POSSIBLE FUTURE USE.
|
See Also