Click or drag to resize

WorkOrderItemIngredientDistributeBy Property

Distribution method in case the materials from the line are distributed amongst all work order items. Should be NOT null iif Work_Order_Item_Id is null. MC=Measurement, SP=Standard_Price.

Namespace:  Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<WorkOrderItemIngredientsRepositoryDistributeBy> DistributeBy { get; set; }

Property Value

Type: NullableWorkOrderItemIngredientsRepositoryDistributeBy
See Also