TransferOrderLineFromStoreBin Property |
From which store bin to issue/receive the products. null means that the store bin is unknown or not applicable. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic StoreBin FromStoreBin { get; set; }
Public Property FromStoreBin As StoreBin
Get
Set
public:
property StoreBin^ FromStoreBin {
StoreBin^ get ();
void set (StoreBin^ value);
}
member FromStoreBin : StoreBin with get, set
Property Value
Type:
StoreBin
See Also