SalesPersonTargetProductGroup Property |
Product group for which the target is defined. Serves as default for the lines. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Distribution
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductGroup ProductGroup { get; set; }
Public Property ProductGroup As ProductGroup
Get
Set
public:
property ProductGroup^ ProductGroup {
ProductGroup^ get ();
void set (ProductGroup^ value);
}
member ProductGroup : ProductGroup with get, set
Property Value
Type:
ProductGroup
See Also