CustomerAllowUseAsPrimaryCustomer Property |
Specifies whether to allow the customer to be used as primary customer in a sales deal. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AllowUseAsPrimaryCustomer { get; set; }
Public Property AllowUseAsPrimaryCustomer As Boolean
Get
Set
public:
property bool AllowUseAsPrimaryCustomer {
bool get ();
void set (bool value);
}
member AllowUseAsPrimaryCustomer : bool with get, set
Property Value
Type:
Boolean
See Also