ProductPriceCustomer Property |
When not null, specifies that the customer of the sales document must be the specified customer. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Customer Customer { get; set; }
Public Property Customer As Customer
Get
Set
public:
property Customer^ Customer {
Customer^ get ();
void set (Customer^ value);
}
member Customer : Customer with get, set
Property Value
Type:
Customer
See Also