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
Syntaxpublic interface ILineWithProductAndLot
Public Interface ILineWithProductAndLot
public interface class ILineWithProductAndLot
type ILineWithProductAndLot = interface end
The ILineWithProductAndLot type exposes the following members.
Properties
| Name | Description |
---|
 | Lot |
Gets or sets the lot. If the logistics line does not support lots, then this property will ignore sets
and return always null.
|
 | Product |
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