SalesOrderEndCustomerParty Property |
The end customer is the customer of the dealer. It is stored for information purposes only. The end customer may not have customer definition; any party can be used. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party EndCustomerParty { get; set; }
Public Property EndCustomerParty As Party
Get
Set
public:
property Party^ EndCustomerParty {
Party^ get ();
void set (Party^ value);
}
member EndCustomerParty : Party with get, set
Property Value
Type:
Party
See Also