InternalPartDefaultStockLocation Property |
A string value describing the stock location identifier of the location in the stock room
where this part is generally stored. It is possible that the part may be stored in more
than one stock location, and in this case, this field simply denotes the primary location.
THIS FIELD IS NOT UTILIZED BY FACTORYLOGIX, AND IS PROVIDED FOR BACKWARDS COMPATIBILITY WITH LEGACY DIPLAN MODULES ONLY.
FactoryLogix stores part-location affinity as part of the stock definition.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string DefaultStockLocation { get; set; }
Public Property DefaultStockLocation As String
Get
Set
public:
property String^ DefaultStockLocation {
String^ get ();
void set (String^ value);
}
member DefaultStockLocation : string with get, set
Property Value
Type:
StringSee Also