Click or drag to resize

ProductSupplyRepositoryOrderLotSizingMethod Class

Allowed values for the OrderLotSizingMethod data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.General.ProductsProductSupplyRepositoryOrderLotSizingMethod

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class OrderLotSizingMethod : Enum

The ProductSupplyRepositoryOrderLotSizingMethod type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEconomicOrderQuantity
EconomicOrderQuantity value. Stored as 'EOQ'.
Public fieldStatic memberFixedOrderQuantity
FixedOrderQuantity value. Stored as 'FOQ'.
Public fieldStatic memberLotForLot
LotForLot value. Stored as 'LFL'.
Public fieldStatic memberLotForPeriod
LotForPeriod value. Stored as 'LFP'.
Public fieldStatic memberReorderPoint
ReorderPoint value. Stored as 'ROP'.
Public fieldStatic memberReorderPointWithTimePlanning
ReorderPointWithTimePlanning value. Stored as 'ROT'.
Public fieldvalue__
Top
See Also