StockLocationSortOrder Property |
An integer based sort designator indicating physical proximity to other stock locations.
When
TransportOrders are generated against this stock, the line items
are sorted based on this property, thereby minimizing the physical path distance that
operators must travel to pick the order.
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 SortOrder { get; set; }
Public Property SortOrder As Integer
Get
Set
public:
property int SortOrder {
int get ();
void set (int value);
}
member SortOrder : int with get, set
Property Value
Type:
Int32See Also