Click or drag to resize

TransferOrderLineLineStore Property

Returns the FromStore of the transfer order. The property is read only.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Store LineStore { get; set; }

Property Value

Type: Store
The line store.

Implements

ILogisticsDocumentLineLineStore
Exceptions
ExceptionCondition
InvalidOperationExceptionTransferOrderLine does not support LineStore modification.
See Also