StockedPartAssignmentMinimumQuantity Property |
The minimum quantity of this part to be stored at this
StockLocation. If the AutoReplensish
property is "true", then a
TransportOrder will be automatically generated by the system if
the quantity of parts at this stock location goes below this threshold.
This promotes and facilitates "pull-based" lean inventory management.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public double MinimumQuantity { get; set; }
Public Property MinimumQuantity As Double
Get
Set
public:
property double MinimumQuantity {
double get ();
void set (double value);
}
member MinimumQuantity : float with get, set
Property Value
Type:
DoubleSee Also