ReservationType Enumeration |
An enumeration representing the type or kind of reservation that a given part number
will utilize.
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 ReservationType
Public Enumeration ReservationType
public enum class ReservationType
Members
| Member name | Value | Description |
---|
| UseDefault | 0 |
Use Default. The reservation should use the default (system level) reservation type.
|
| UID | 1 | Items of this part will be reserved in their entirety. Then entire quantity of the Item will be picked and transported.
|
| Quantity | 2 |
A single Item may be used in multiple reservations, based on the exact quantity needed. At the time of kitting, an exact
quantity will be removed from the Item, and a new Item created representing the kitted quantity.
|
| FlexibleUID | 3 |
For use with serialized parts where Item quantity is ONE (1). At the time of kitting, any UID of the same part may be substituted
for the reserved UID.
|
See Also