SalesOrderLineLot Property |
Specifies the lot from which the goods should be issued. null means that the lot will be specified at a later stage (store order, etc.). [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override Lot Lot { get; set; }
Public Overrides Property Lot As Lot
Get
Set
public:
virtual property Lot^ Lot {
Lot^ get () override;
void set (Lot^ value) override;
}
abstract Lot : Lot with get, set
override Lot : Lot with get, set
Property Value
Type:
LotImplements
ILogisticsDocumentLineLotILineWithProductAndLotLot
See Also