StockedPartAssignment.AutoReplensish Property |
A boolean value which determines whether or not this part should be automatically replensished by the system
when the quantity falls below the MinimumQuantity threshold. A
TransportOrder will be
automatically generated by the system in this case to replensish the part from the main stock (or alternate stocks).
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)
Syntaxpublic bool AutoReplensish { get; set; }
Public Property AutoReplensish As Boolean
Get
Set
public:
property bool AutoReplensish {
bool get ();
void set (bool value);
}
member AutoReplensish : bool with get, set
Property Value
Type:
Boolean
See Also