RequisitionPlanFromStore Property |
When the order is for transfer, this is the store from which we shall transfer the product. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Store FromStore { get; set; }
Public Property FromStore As Store
Get
Set
public:
property Store^ FromStore {
Store^ get ();
void set (Store^ value);
}
member FromStore : Store with get, set
Property Value
Type:
Store
See Also