BonusProgramConditionProduct Property |
When not null, specifies a conditional product, which is required to exist in the sales document in order for the bonus program to be applied. If a condition with multiple products is required, additional products can be added to Bonus Program Products. If null the other conditions should be evaluated against the whole order. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Product ConditionProduct { get; set; }
Public Property ConditionProduct As Product
Get
Set
public:
property Product^ ConditionProduct {
Product^ get ();
void set (Product^ value);
}
member ConditionProduct : Product with get, set
Property Value
Type:
Product
See Also