Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum ReservationType
Members
  Member nameValueDescription
UseDefault0 Use Default. The reservation should use the default (system level) reservation type.
UID1Items of this part will be reserved in their entirety. Then entire quantity of the Item will be picked and transported.
Quantity2 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.
FlexibleUID3 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