PackingListItemRouteValidationMode Property |
An enumerated value indicating whether or not the packing operation
should validate that the production route of the
Item has been fully completed
before allowing it to be packed. This is only applicable for complex assemblies that were
processed through a
ProcessFlow using FactoryLogix.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public PackingItemValidationMode RouteValidationMode { get; set; }
Public Property RouteValidationMode As PackingItemValidationMode
Get
Set
public:
property PackingItemValidationMode RouteValidationMode {
PackingItemValidationMode get ();
void set (PackingItemValidationMode value);
}
member RouteValidationMode : PackingItemValidationMode with get, set
Property Value
Type:
PackingItemValidationModeSee Also