WorkOrderItemIngredientUsedStandardQuantityBase Property |
The theoretical quantity in base measurement unit according to the current measurement dimensions of the product. Used to measure the execution. null means to take the value from Used Quantity Base. [Unit: Material.BaseMeasurementCategory.BaseUnit] [Required] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity UsedStandardQuantityBase { get; set; }
Public Property UsedStandardQuantityBase As Quantity
Get
Set
public:
property Quantity^ UsedStandardQuantityBase {
Quantity^ get ();
void set (Quantity^ value);
}
member UsedStandardQuantityBase : Quantity with get, set
Property Value
Type:
Quantity
See Also