StockedPartAssignment Class |
Namespace: FactoryLogix.xTend.DataObjects
The StockedPartAssignment type exposes the following members.
Name | Description | |
---|---|---|
StockedPartAssignment | Initializes a new instance of the StockedPartAssignment class |
Name | Description | |
---|---|---|
AutoReplensish |
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.
| |
MaximumQuantity |
The maximum quantity of this part that may be storded at this StockLocation. If an attempt
to store more than this amount at the location, the "Move To Stock" operation will fail.
| |
MinimumQuantity |
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.
| |
PartId |
The Id of the InternalPart that is to be stored at this StockLocation | |
PartNumber |
The PartNumber of the InternalPart that is to be stored at this StockLocation | |
PartRevision |
The Revision of the InternalPart that is to be stored at this StockLocation | |
UnitOfIssue |
The name or abbreviation of the Unit that MinimumQuantity and MaximumQuantity are measured in. The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
|