ReplacementPartType Enumeration | 
  
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic enum ReplacementPartType
Public Enumeration ReplacementPartType
public enum class ReplacementPartType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Normal | 0 | 
            This is a direct one-to-one replacement of the item with another in-stock
            item of the same part number.
             | 
 | AlternatePart | 1 | 
            The replacement item has an alternate part number.
             | 
 | ReservedNotTransported | 2 | 
            The replacement item was originally reserved for another order, but has not yet been picked.
             | 
 | ReservedOnShopFloor | 3 | 
            The replacement item was originally reserved for another order, and it presently located on the factory floor.
             | 
 | InTemperingOven | 4 | 
            The replacement item is a moisture sensitive part, and is currently baking in a tempering oven.
             | 
 | InProduction | 5 | 
            The replacment item is currently in use on the production floor by another production order.
             | 
 | InReceiving | 6 | 
            The replacement item is currently undergoing its receiving process (IQC or other receiving operations), 
            and it not yet available, but may be soon.
             | 
 | IncomingPO | 7 | 
            The replacement item has been ordered, but has not yet been received (Required ERP integration).
             | 
 | OnPendingBatch | 8 | 
            The replacement item is currently ...
             | 
See Also