Click or drag to resize

LogisticsDocumentLineStoreBin Property

Gets or sets the store bin. Some logistics lines does not support store bins 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 StoreBin StoreBin { get; set; }

Property Value

Type: StoreBin
The store bin.

Implements

ILogisticsDocumentLineStoreBin
See Also