An integer based value indicating the reletive preference of this stock as compared to other stocks
when reserving materials and generating transport orders. Stocks with higher priority are typically
Kanban stocks located closer to production. It is typically preferrable to draw materials from local,
Kanban stocks before resorting to the main stock room.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public int Priority { get; set; }
Public Property Priority As Integer
Get
Set
public:
property int Priority {
int get ();
void set (int value);
}
member Priority : int with get, set
Property Value
Type:
Int32See Also