Click or drag to resize

ILineWithProductAndLot Interface

Document line that contains both Product and Lot

Namespace:  Aloe.EnterpriseOne.Model.General.Documents
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface ILineWithProductAndLot

The ILineWithProductAndLot type exposes the following members.

Properties
  NameDescription
Public propertyLot
Gets or sets the lot. If the logistics line does not support lots, then this property will ignore sets and return always null.
Public propertyProduct
Gets or sets the product.
Top
Remarks
Used for validation. If the document line contains both Lot and Product, Line.Product must be the same as Line.Lot.Product
See Also