The store from which to issue the sales order. null means that there is no store associated with the sales order or there are different stores for some of the lines. [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 Store Store { get; set; }
Public Overrides Property Store As Store
Get
Set
public:
virtual property Store^ Store {
Store^ get () override;
void set (Store^ value) override;
}
abstract Store : Store with get, set
override Store : Store with get, set
Property Value
Type:
StoreImplements
ILogisticsDocumentStore
See Also