ProductSupplyOrderLotSizeQuantityBase Property |
The quantity of the product, normally ordered from the plant or supplier. The quantity is expressed in the base measurement unit. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity OrderLotSizeQuantityBase { get; set; }
Public Property OrderLotSizeQuantityBase As Quantity
Get
Set
public:
property Quantity^ OrderLotSizeQuantityBase {
Quantity^ get ();
void set (Quantity^ value);
}
member OrderLotSizeQuantityBase : Quantity with get, set
Property Value
Type:
Quantity
See Also