Click or drag to resize

LogisticsDocumentLineLot Property

Gets or sets the lot. Some logistics lines does not support lots and this property will alwais return null/ghost object.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual Lot Lot { get; set; }

Property Value

Type: Lot
The lot.

Implements

ILogisticsDocumentLineLot
ILineWithProductAndLotLot
See Also