ProductSupplyOrderLotSizingMethod Property |
LFL=Lot for Lot; FOQ=Fixed order quantity; EOQ=Eqonomic Order Quantity; ROP=ReOrder Point; ROT=ReOrder point with Time planning; LFP = Lot For Period;. [Required] [Default("ROP")]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductSupplyRepositoryOrderLotSizingMethod OrderLotSizingMethod { get; set; }
Public Property OrderLotSizingMethod As ProductSupplyRepositoryOrderLotSizingMethod
Get
Set
public:
property ProductSupplyRepositoryOrderLotSizingMethod^ OrderLotSizingMethod {
ProductSupplyRepositoryOrderLotSizingMethod^ get ();
void set (ProductSupplyRepositoryOrderLotSizingMethod^ value);
}
member OrderLotSizingMethod : ProductSupplyRepositoryOrderLotSizingMethod with get, set
Property Value
Type:
ProductSupplyRepositoryOrderLotSizingMethod
See Also