Click or drag to resize

ProductLotsIssue Property

Determines the method by which the lots are automatically issued. The method determines the sequence of the lots: in the order of receipt (FIFO), in the order inverse of receipt (LIFO) or in the order of expiration (FEFO).

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<ProductsRepositoryLotsIssue> LotsIssue { get; set; }

Property Value

Type: NullableProductsRepositoryLotsIssue
See Also