CustomerCustomerType Property |
The user-defined type of this customer. null when there is no specific type. Record-level security from the customer type is applied to the individual customers and can be used for security purposes. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomerType CustomerType { get; set; }
Public Property CustomerType As CustomerType
Get
Set
public:
property CustomerType^ CustomerType {
CustomerType^ get ();
void set (CustomerType^ value);
}
member CustomerType : CustomerType with get, set
Property Value
Type:
CustomerType
See Also